Account
Categories

CSS Introduction


CSS stands for Cascading Style Sheets.

It is used to style a webpage, meaning how the content will look.

When we create a website, HTML gives the basic content like headings, paragraphs, images, etc. But everything looks plain and dull without design.

CSS controls the design part, like:

What color will the text be

  • Font size and style
  • Spacing between elements
  • Borders, layout, and background
  • Making the page responsive (fit on mobile, tablet, etc.)