Merge pull request #127 from achalv/master

Added some CSS questions
This commit is contained in:
Darcy Clarke 2014-03-18 17:42:02 -04:00
commit a377e0f9c3
1 changed files with 5 additions and 0 deletions

View File

@ -104,9 +104,14 @@ 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?
* What existing CSS frameworks have you used locally, or in production? (Bootstrap, PureCSS, Foundation etc.)
* If so, which ones? If you could, how would you change/improve them?
* Have you played around with the new CSS Flexbox or Grid specs?
* If so, what do you think of them from a performance standpoint?
####[[⬆]](#toc) <a name='js'>JS Questions:</a>