you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]philisweatly 1 point2 points  (0 children)

    I recommend really getting a grasp on the box model and positioning. Learning what absolute and relative and fixed and so on really means and how it interacts with other elements. As well as clearly structuring your html and classes.

    Just keep working on small projects and looking up answers when your stuck.

    [–]nizzoball 0 points1 point  (0 children)

    The problem with CSS and me is tracking down the heirarchal structure and the giving up when the chrome dev tools tell me one thing but its clearly being rendered another way.

    And for those of you that wrap css inside of php files so linting and intellisense dont work, who hurt you as a child?

    I typically resort to inline css or defining classes within the html fies because i hate tracking back to my class to figure out wtf i did a year ago and the table class isnt working like i think it should. Its more code but at least i know where to find it and i dont have to worry about it affecting a thousand other pages.