What do you recommend for learning how to create designs like these in html css

Learn popular CSS frameworks like Bootstrap or Tailwind CSS for efficient styling.
 
Learn how to style with tailwind. Also learn your tools.. e.g. how to use your browser’s developer tool well. Opt for better DX using something like vite (you will get hot reload, scss etc built in).

Also, definitely DON’T learn bootstrap. It’s ugly and opinionated. Not suitable for modern web.
 
Learn how to style with tailwind. Also learn your tools.. e.g. how to use your browser’s developer tool well. Opt for better DX using something like vite (you will get hot reload, scss etc built in).

Also, definitely DON’T learn bootstrap. It’s ugly and opinionated. Not suitable for modern web.
And I was wasting time with bootstrap :(

I will switch to Tailwind immediately thanks
 
And I was wasting time with bootstrap :(

I will switch to Tailwind immediately thanks
No worries nothing is a waste of time. Once you learn tailwind you will appreciate the freedom you get by using it, over bootstrap.

Also forgot to mention, learn how css flexbox and grid systems work. That’s the core of web design. Luckily, tailwind makes it very easy to learn. ;)
 
Looks decent mate. Good luck to you!
 
To be honest, taiwland, which is recommended here, is good for big projects, it fasters development, but for those projects right above learning it is not neccessary. Good knowledge of the CSS itself - surely, js for some interactions - surely. BS or TW - doubts.
 
Back
Top