- Box sizing
- Flex box & Grid
- Position (relative vs absolute)
- Box model
- Specificity
- Centre a div horizontally and vertically
- Remember precedence order inline style > external style > id > classes
- Units like %, VH, VW
- Rem vs em unit
- What are the different types of Selectors in CSS?
- What is the difference between inline, inline-block, and block?
- What are Pseudo elements and Pseudo classes?
- What are the different ways to hide the element using CSS?
- display:none vs visibility:hidden
- nth-child() selector, :root selector
- Inline vs block elements
- What do the following CSS selectors mean? (Must learn below selectors)
- div, p
- div p
- div ~ p
- div + p