Added Box-sizing question

Followed up a question about box-models with a question about Box-Sizing: Border-box;
This commit is contained in:
Achal Varma 2014-02-23 16:12:31 -06:00
parent 0d7115596b
commit abc4dd63ab
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ The majority of the questions were plucked from an [oksoclap](http://oksoclap.co
* Webfonts (font services like: Google Webfonts, Typekit etc.)
* Explain how a browser determines what elements match a CSS selector?
* Explain your understanding of the box model and how you would tell the browser in CSS to render your layout in different box models.
* What does ```* { Box-sizing: Border-box; }``` do? What are its advantages?
* List as many values for the display property that you can remember.
* What's the difference between inline and inline-block?
* What's the difference between a relative, fixed, absolute and statically positioned element?