- If you saw this HTML:
<div class="box box1 box2 box3"></div>
which class has the most specificity weight? - Describe the difference between
display: block;
anddisplay: inline;
. - While using flexbox, what axis are you using when you use the property:
align-items: center
? - What is the difference between fixed layout, adaptive layout, fluid layout, and responsive layout?
- Why do we need to use the CSS property max-width on the outer most container in a responsive website?