I am learning Python for Web dev. Do I need to learn CSS?
Please suggest which CSS framework is the best, and resources to learn CSS.
1–3 of 3 posts
Please suggest which CSS framework is the best, and resources to learn CSS.
The basics are very easy to learn compared to Python. I would think you should be able to pick it up very quickly.
Some of the best online resources are probably:
* Mozilla Developer Network online documentation (https://developer.mozilla.org/en-US/docs/Web/CSS)
* w3schools (https://www.w3schools.com/css/)
And for CSS, you can do quite advanced stuff without using any library or framework.