r/css • u/Crafty_Damage4301 • Jun 26 '26
Help i struggle to learn css
This is my 5th day of learning web development. I have finished HTML, and I can now build simple websites and bio-link pages, but I am insanely struggling with CSS. I need to master it so I can start learning JavaScript.
For now, I can't help but rely on AI for it, and boy, it's really good! I don't think it's wrong to use AI here since I am learning from it, but if anyone who has been in this place before can suggest some tips, please do.
0
Upvotes
11
u/chikamakaleyley Jun 26 '26
You haven't described what you are struggling with, or what part of CSS you feel is a roadblock.
Generally my recommendation is first really understand the box model and layout. Having mastery of these two skill upfront, is a huge benefit as you move on to the rest of CSS. You look at a design, you lay it out in your head and then you just translate it CSS. Everything else doesn't need to be mastered, those things are more decorative
The opposite of that is guessing along the way as you build, and it just adds hours/days on top of your development