diff --git a/README.md b/README.md index 6c46237..c2ef4f8 100755 --- a/README.md +++ b/README.md @@ -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?