We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d71155 commit abc4dd6Copy full SHA for abc4dd6
README.md
@@ -103,6 +103,7 @@ The majority of the questions were plucked from an [oksoclap](http://oksoclap.co
103
* Webfonts (font services like: Google Webfonts, Typekit etc.)
104
* Explain how a browser determines what elements match a CSS selector?
105
* Explain your understanding of the box model and how you would tell the browser in CSS to render your layout in different box models.
106
+* What does ```* { Box-sizing: Border-box; }``` do? What are its advantages?
107
* List as many values for the display property that you can remember.
108
* What's the difference between inline and inline-block?
109
* What's the difference between a relative, fixed, absolute and statically positioned element?
0 commit comments