W3docs

bottom

CSS Property:

Result:

Example of the CSS bottom property

CSS Code:

#myDiv {
position:relative;
background-color:pink;
width:150px;
bottom:auto;
}

Click the property values above to see the result