From 056cc4e94a892a044e4998199e4fbea4a97385d1 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 1 Jul 2019 17:26:28 +0900 Subject: [PATCH] Update css-questions.md (#528) --- src/questions/css-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?