CSS Interview Questions
Interview questions covering css fundamentals.
01
CSS Box Model
Understanding the CSS box model
css
02
How to center a div
How to center a div using CSS. We will cover 4 different approaches: flexbox, grid, margin-auto, and position-absolute.
csseasy
03
Difference between cookie, sessionStorage, and localStorage
Understanding the differences between cookie, sessionStorage, and localStorage
css
04
Difference between px, rem, em units
Understanding the differences between px, rem, em units
css
05
Difference between reset.css and normalize.css
Understanding the differences between reset.css and normalize.css
css
06
Difference between script, script-async, script-defer
Understanding the differences between script, script-async, script-defer
css
07
z-index css
Understanding the z-index and stacking context
css