diff --git a/README.md b/README.md index 73747f2..2e463bd 100644 --- a/README.md +++ b/README.md @@ -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) JS Questions: