DEV Community

Cover image for Hack Cascading Stylesheet - CSS
chryzcode
chryzcode

Posted on

Hack Cascading Stylesheet - CSS

Hello techies👋,

This week article will help in sharing short tips and hacks to be better at writing Cascading Stylesheet (CSS).

CSS Hackers shall we 🚀

Helpful Tips and Hacks.

  • Learn the basic components and properties of CCS (like display, flex, grid etc.) and don't bother trying to learn everything because it is not possible.
  • Use fewer CSS frameworks like (Bootstrap, TailwindCSS) and write more CSS.
  • Build projects(challenges) from platforms like frontend mentor etc.
  • CSS arts can be challenging but can be helpful
  • Make specific research on components and researches
  • Clone web pages interface
  • Maximize the use of browser developer tools

Thanks for reading through this article and I hope you found it useful, you can connect with me on;

Bye 👋.

Top comments (1)

Collapse
 
sarveshprajapati profile image
Sarvesh Prajapati

every points make sense.... but try to at least represent every point via an example.... cause understanding css style with code would be much easier rather than imagine by the bullet points...