From ea71f0097dff1e4ec338ed10d4c1abfdf1f7100f Mon Sep 17 00:00:00 2001 From: NegiAkash890 <55234838+NegiAkash890@users.noreply.github.com> Date: Tue, 21 Jan 2020 20:56:32 +0530 Subject: [PATCH] Update css-questions. (#551) --- src/questions/css-questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/questions/css-questions.md b/src/questions/css-questions.md index ec52735..36b77eb 100644 --- a/src/questions/css-questions.md +++ b/src/questions/css-questions.md @@ -35,3 +35,4 @@ permalink: /questions/css-questions/index.html * 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? +* How is clearfix css property useful?