replaces display property question

This commit is contained in:
Dale Sande 2018-01-10 15:46:16 -08:00
parent 15a544162c
commit 77d699f851
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ This file contains a number of front-end interview questions that can be used wh
* Describe pseudo-elements and discuss what they are used for.
* 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 is the CSS `display` property and can you give a few examples of its use?
* What's the difference between inline and inline-block?
* What's the difference between a relative, fixed, absolute and statically positioned element?
* The 'C' in CSS stands for Cascading. How is priority determined in assigning styles (a few examples)? How can you use this system to your advantage?