CSS Selectors

Element selector: This div has a background color.

Class selector: This text is highlighted.

ID selector: This paragraph has an ID applied.

Descendant selector:

This text is inside a div and styled differently.

Pseudo-class: Hover over this link to change its color.

Pseudo-element:

This paragraph has a special style for its first letter.

CSS Property Values

This section demonstrates different property values:

Font and Text Formatting

This text uses a monospace font family and different font size.

This paragraph is centered.

This is normal text formatting.

Responsive Grid Layout

Grid Item 1
Grid Item 2
Grid Item 3