CSS Positioning
CSS positioning allows you to control the placement of elements.
Example:
div {
position: absolute;
top: 50px;
left: 100px;
}
CSS positioning allows you to control the placement of elements.
div {
position: absolute;
top: 50px;
left: 100px;
}