Vertical-Align

Vertical-align in CSS.

Syntax (Vertical-align : values;)
  • Vertical-align
  • Values: baseline | sub | super | top | middle |bottom | text-top | text-bottom
Example:

.class_name{Vertical-align : normal;}

0 comments