DEV Community

Discussion on: Important CSS Concepts To Learn.

Collapse
 
victorandcode profile image
Victor Cordova

Thanks for the article. I definitely agree with the fact that these topics are fundamentals for working with CSS. I would add perhaps also the box model given that it's a very easy to visualize mental model to understand things like paddings, margins, widths and heights.

Collapse
 
frontenddude profile image
Frontend Dude 👨‍💻

Great point Victor! Absolutely agree with the box model also being a fundamental part of CSS. Thanks for your input.