Table styling

CSS provides a number of properties that help style a table: border-collapse : sets how the border o...

List Styling

CSS provides special styling properties for lists. One such property is list-style-type . It can tak...

Paragraph styling

A separate group of CSS properties allows you to style large groups of text, such as setting the lin...

Text formatting

text-transform The text-transform property changes the case of text. It can take the following value...

Font height

The font-size property is used to set the font size : In this case, the font height will be 18 pixel...

External fonts

Not always standard built-in fonts, like Arial or Verdana, can be convenient. It is not uncommon for...

Font styling

Font family The font-family property sets the font family to be used. For example: In this case, the...

Color in CSS

Colors are widely used in CSS. To set the color of the text, background or border, we need to specif...

Pseudo-classes :is() and :where()

Pseudo-class :is() The :is() pseudo-class is used to shorten long selectors. The :is() pseudo -class...

Style Cascading

When one style is applied to a certain element, everything is relatively simple. However, if several...