Merge pull request #133 from NkS90/master

Added some CSS questions
This commit is contained in:
Darcy Clarke 2014-03-29 02:03:04 -04:00
commit 7c1e68ad64
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ The majority of the questions were plucked from an [oksoclap](http://oksoclap.co
* Describe what a "reset" CSS file does and how it's useful.
* Describe Floats and how they work.
* Describe z-index and how they work.
* Explain how stacking context is formed.
* What are the various clearing techniques and which is appropriate for what context?
* Explain CSS sprites, and how you would implement them on a page or site.
* What are your favourite image replacement techniques and which do you use when?