Sort:  

Very good @valchiz ! Regarding CSS, the most important things to learn are:

  • how to properly use selectors (which target elements in the HTML DOM)
  • how to structure your CSS files
    The CSS properties and values of those properties you can look up, and you'll remember the most-used ones after a while!