CSS

The standard style sheet language for describing how web content should look. CSS controls the visual layer of a page, including:
  • Layout.
  • Typography.
  • Color.
  • Spacing.
  • Responsive behavior across screen sizes.
CSS rules select
HTML
elements via selectors and apply presentation properties that a
Browser
uses when rendering the page.