Update css-questions. (#551)

This commit is contained in:
NegiAkash890 2020-01-21 20:56:32 +05:30 committed by Vasiliy Vanchuk
parent 89a6699a0c
commit ea71f0097d
1 changed files with 1 additions and 0 deletions

View File

@ -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?