Latest Tutorials

Font variants

The font-variant property is used to convert the lower case letters into the upper case via a variation called small-caps. The major difference between a regular upper case and th...

Font weight

The font-weight property defines the weight of the chosen font in terms of value from 100 to 900 where 400 is equivalent to normal and 700 to bold. Beside numbers...

Font size

The font-size property defines the relative or absolute size of the font, given its family name. The font-size property contains following information: ...

Shorthand font property

Font property is a so called shorthand property that is used to set font-style,

Text indentation

The text-indent property specifies the text indentation of the first line of text inside a block container. The text-indent property contains following information...

Text alignment

The text-align property specifies the alignment of text inside a block contain...

Text decoration

The text-decoration adds decorations to text in terms of underlining it or making blink and similar. The text-decoration property contains following information:

Letter and word spacing

The letter-spacing property specifies spacing between characters while the word-spacing specifies spacing between words. Letter spacing The letter-spacin...

Text transforming

The text-transform property is used to control the capitalization of the text. The text-transform property contains following information: value...

Text color

The text color, otherwise the foreground color is defined with the property simply called color. As other color related properties (i.e.