diff --git a/src/questions/css-questions.md b/src/questions/css-questions.md index 23bd290..ec52735 100644 --- a/src/questions/css-questions.md +++ b/src/questions/css-questions.md @@ -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?