How does CSS make the text at the bottom of the div, and CSS text at the bottom of the div
How does CSS make the text at the bottom of the div:
It is easy to center text vertically in a div. You only need to set the line-height attribute value to the height of the div, but it is not so easy to display the text at the bottom of the div, the following is a brief introduction to the Code:
<! DOCTYPE html>
The above code implements our function, that is, to set the p element to absolute positioning and the parent element to relative positioning, then the positioning reference object is the parent element, and then set the bottom attribute value to 0px, in this way, the bottom of the div is located.
The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 9787.
For more information, see: http://www.softwhy.com/divcss/