Letter Space – CSS
CSS letter-spacing property used to add space between characters of a word.
CSS letter-spacing property used to add space between characters of a word.
CSS text-transform property is used to change case of text. i.e. Lowercase, Uppercase and Capitalize. text-trasform:capitalize, makes the first letter…
CSS text-decoration property add a line to a text in different ways like
To align text towards left, right or center text-alignment property is used. By default text is aligned left.
Use to specify, from where the first line of a paragraph or text starts. Negative value can be used.
Use background-color property to set or change background color of any html elements.
CSS color property is used to set or change text color of any html element. With color property, we can…
CSS text-decoration: none; property is used to remove underline from hyperlink text. Example
Links are Hyperlinks, and have 4 different state like link, visited, hover and active. Style can be applied individually in…
font-style property sets the text font style. font-style sets a font-style to italic, oblique & normal.Default font style is normal.…