remove duplicate question and rephrase an old one

This commit is contained in:
Dale Sande 2018-01-10 15:39:35 -08:00
parent 15a544162c
commit d240ed71e4
1 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,7 @@ This file contains a number of front-end interview questions that can be used wh
#### CSS Questions:
* What is the difference between classes and IDs in CSS?
* What CSS selector specificity and how does it work?
* What's the difference between "resetting" and "normalizing" CSS? Which would you choose, and why?
* Describe Floats and how they work.
* Describe z-index and how stacking context is formed.
@ -92,7 +92,6 @@ This file contains a number of front-end interview questions that can be used wh
* 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?
* 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?
* What existing CSS frameworks have you used locally, or in production? How would you change/improve them?
* Have you played around with the new CSS Flexbox or Grid specs?
* How is responsive design different from adaptive design?