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