Programming Reference - CSS, HTML, JavaScript, and Firebase




CSS Reference

  1. CSS for a Class or Element ID -
    1. Selector .class, Example .intro, Selects all elements with class="intro"
    2. Selector #id, Example #firstname, Selects the element with id="firstname"
  2. w3schools is my favorite place for css support.
  3. Medium - Does your interviewee understand CSS layouts?
  4. Bootstrap