Vertical Alignment
We can also vertically align element. The vertical-align:
property specifies vertical placement of text in relation to an inline element, usually images.
CSS
* {
vertical-align: baseline;
}
vertical-align:
accepts these term values:
baseline
(default)top
text-top
middle
bottom
text-bottom
- Previous
- Next