CSS Concepts every beginner should know

CSS is a very vast topic and can be intimidating to people getting started with CSS and can cause imposter syndrome.

But, worry not here is a list of the topics you need to learn if you're just getting started with CSS and you can learn the else on the fly while working on a project.

CSS Basics

  • Adding CSS (Inline, Internal and External)
  • CSS Selectors (Classes and IDs)
  • Display property
  • Fonts and other formatting properties

Elements Arrangement

  • Float and Clear
  • Positioning
  • Box Sizing

Layouts

  • Flex
  • Grids

Responsive Design

  • Text effects
  • Images and video resizing
  • Different Viewports
  • Media Queries

Advanced

  • CSS Variables
  • Transitions and Animations
  • 2D and 3D transforms
  • Shadows and Gradients

TL;DR

  • CSS Basics
  • Elements Arrangements
  • Layouts
  • Responsive Design
  • Advanced

That was it for this blog post. Thank you for reading it till the end.

If you liked it, do give your views and opinions in the replies section below.