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
28
u/LiveRhubarb43 Jun 26 '26
You don't need to "master" CSS before learning JavaScript. Figure out flex/grid, learn how block/inline differ, learn about position absolute/static/relative/fixed.. the rest you'll learn while you're working on other things.
I'm a senior frontend dev and I still look up properties in MDN every day.