Category: CSS

Text Transform – CSS

CSS text-transform property is used to change case of text. i.e. Lowercase, Uppercase and Capitalize. text-trasform:capitalize, makes the first letter…

Text alignment – CSS

To align text towards left, right or center text-alignment property is used. By default text is aligned left.

Links or Hyperlinks – CSS

Links are Hyperlinks, and have 4 different state like link, visited, hover and active. Style can be applied individually in…

Set font style – CSS

font-style property sets the text font style. font-style sets a font-style to italic, oblique & normal.Default font style is normal.…