DEV Community

Discussion on: Having a Good Relationship with CSS

Collapse
 
amyxandra profile image
AmyXandra

Thanks for this article. While its definitely great to learn css from scratch, I believe CSS libraries also help you learn a lot. Take bootstrap for example. When I started coding I had no idea about bootstrap or responsive web. Using bootstrap cdn and chrome dev tools, I learnt how to write responsive designs, I learnt what makes up the special classes they use. I now know what is contained in a row, I can write a modal, media queries and do other stuffs by learning from chrome dev tools. I feel this is for intermediate developers though

Collapse
 
sarah_chima profile image
Sarah Chima

I agree with you. You can learn by studying these libraries.