Merge pull request #244 from phanan/normalize_vs_css

Amended a sub-question into CSS reset
This commit is contained in:
Rich Gilbank 2015-01-29 23:30:20 -05:00
commit 0fbb76f241
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,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 ID's in CSS?
* Describe what a "reset" CSS file does and how it's useful.
* 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.
* What are the various clearing techniques and which is appropriate for what context?