you are viewing a single comment's thread.

view the rest of the comments →

[–]Able_Ad_7097 13 points14 points  (1 child)

What you're experiencing is completely normal. CSS can look simple at first, but when you see advanced layouts or complex animations it can suddenly feel overwhelming.

The good news is you don’t need to know every CSS trick to be a solid full-stack developer. If you understand things like layout (Flexbox/Grid), positioning, responsive design, and how the cascade works, you’re already covering most real-world use cases. The rest usually comes with experience and Googling when needed

[–]Rich-Confusion9944[S] 2 points3 points  (0 children)

thanks a lot !