AdBlock Detected!
Our website is made possible by displaying ads to our visitors. Please supporting us by whitelisting our website.
CSS Bottom |
The bottom property specifies the distance from the bottom of the element to the default location of the element (when position=relative) or the distance between the bottom of the element to the bottom of the container (position=absolute). This can be specified as a percentage, as a length, or 'auto'. Let's take a look the following example: CSS Code
In the above example, applying the {position:relative; bottom:5px;} style moved the text up by 5px. |
Our website is made possible by displaying ads to our visitors. Please supporting us by whitelisting our website.