Text Properties

text-align: left
text-align: center
text-align: right
text-align: justify
text-align: start
text-align: end
text-align: match-parent
text-align: "char"
align table cells at the character char, for example text-align: "." aligns numbers in table cells based on the position of their decimal point
text-decoration
vertical-align: baseline
(default)
vertical-align: bottom
vertical-align: inherit
vertical-align: middle
vertical-align: sub
vertical-align: super
vertical-align: text-bottom
vertical-align: text-top
vertical-align: top
vertical-align: height
A positive value raises the content above the baseline while a negative value lowers it below the baseline. If the value is a percentage, the height is that percentage of the line-height.