Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

CSS - Text

Back


Attributes

Attribute Description
text-align the horizontal alignment
text-align-last how to align the last line
vertical-align the vertical alignment
direction the text direction
text-decoration the decoration line to text
text-decoration-line position of a decoration line to text
text-decoration-color the color of the decoration line
text-decoration-style the style of the decoration line
text-decoration-thickness the thickness of the decoration line
text-transform transform letters in a text
line-height the space between lines
text-indent the indentation of the first line
letter-spacing the space between the characters
word-spacing the space between the words
white-space how to handle white-space
text-shadow shadow of text

TOP