In my humble opinion, the quality of writing is not only measured by the length of CSS It is recommended to read Head First HTML/CSS first, and then read the CSS Authoritative Guide
The key point is the page structure, css. Wouldn’t it look fancy if you play with advanced selectors? It depends on personal preference. I like to use the most basic selectors. The key is the design of the page structure.
Go and learn sass (compass artifact), less or stylus
Once you use it, you will know how good it is!
In my humble opinion, the quality of writing is not only measured by the length of CSS
It is recommended to read Head First HTML/CSS first, and then read the CSS Authoritative Guide
The key point is the page structure, css. Wouldn’t it look fancy if you play with advanced selectors? It depends on personal preference. I like to use the most basic selectors. The key is the design of the page structure.
Try scss or less
Then you can use functional writing to write and manage your css styles.
After compilation, your css will be very good
The question should be specific in certain places to make the answer more suitable for you