Update css-questions.md (#528)

This commit is contained in:
Christian Oliff 2019-07-01 17:26:28 +09:00 committed by Vasiliy Vanchuk
parent ad91f6f691
commit 056cc4e94a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ permalink: /questions/css-questions/index.html
* What's the difference between the "nth-of-type()" and "nth-child()" selectors?
* What's the difference between a relative, fixed, absolute and statically positioned element?
* 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?
* Have you used CSS Grid?
* Can you explain the difference between coding a web site to be responsive versus using a mobile-first strategy?
* Have you ever worked with retina graphics? If so, when and what techniques did you use?
* Is there any reason you'd want to use `translate()` instead of *absolute positioning*, or vice-versa? And why?