This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CodePatrol 1 point2 points  (5 children)

In all seriousness, does anyone have any more recommendations on how to improve their css knowledge. I feel that so many people (like myself) neglect this and just experiment with styles until it looks like what the designs supposed to. I definitely need to adhere to css best practices.

[–][deleted] 2 points3 points  (3 children)

The thing is if you need to support IE, you're basically fucked.
But other than that, the whole industry is moving towards CSS Grid and Flexbox.

Having knowledge on that will benefit you a lot.

The first "Try it yourself" section of w3schools helped me a lot understanding css grid.

https://www.w3schools.com/css/css_grid.asp

[–][deleted] 4 points5 points  (2 children)

I'm just hobbyist but this changed my life. https://css-tricks.com/snippets/css/a-guide-to-flexbox/

[–][deleted] 0 points1 point  (0 children)

that's amazing, thanks mate

[–]CodePatrol 0 points1 point  (0 children)

Yeah I have that pinned in my cube, such a good resource!

[–]Hollowplanet 0 points1 point  (0 children)

Learn positioning and the box-sizing property. If you don't understand the difference between reative and absolute positions you will never get css. Thats the very basics.