DEV Community

Shubhra Agarwal
Shubhra Agarwal

Posted on

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.

1️⃣ CSS Basics

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

2️⃣ Elements Arrangement

  • Float and Clear
  • Positioning
  • Box Sizing

3️⃣ Layouts

  • Flex
  • Grids

4️⃣ Responsive Design

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

5️⃣ 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.

Top comments (0)