Skip to content

Commit abc4dd6

Browse files
committed
Added Box-sizing question
Followed up a question about box-models with a question about Box-Sizing: Border-box;
1 parent 0d71155 commit abc4dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ The majority of the questions were plucked from an [oksoclap](http://oksoclap.co
103103
* Webfonts (font services like: Google Webfonts, Typekit etc.)
104104
* Explain how a browser determines what elements match a CSS selector?
105105
* 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?
106107
* List as many values for the display property that you can remember.
107108
* What's the difference between inline and inline-block?
108109
* What's the difference between a relative, fixed, absolute and statically positioned element?

0 commit comments

Comments
 (0)