From 0ad6ee445282ffaa445aa538120c19fb8cdf6ffc Mon Sep 17 00:00:00 2001 From: Jenssen Lee <30688276+helplah@users.noreply.github.com> Date: Wed, 27 Jun 2018 15:44:09 +0800 Subject: [PATCH] Add anchor link for responsive vs adaptive design question (#133) * added responsive design vs adaptive design qn Added link to the list of qns above * correct typo added s --- questions/css-questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/questions/css-questions.md b/questions/css-questions.md index 395e72140..cb414ba25 100644 --- a/questions/css-questions.md +++ b/questions/css-questions.md @@ -30,6 +30,7 @@ Answers to [Front-end Job Interview Questions - CSS Questions](https://github.co * [What existing CSS frameworks have you used locally, or in production? How would you change/improve them?](#what-existing-css-frameworks-have-you-used-locally-or-in-production-how-would-you-changeimprove-them) * [Have you played around with the new CSS Flexbox or Grid specs?](#have-you-played-around-with-the-new-css-flexbox-or-grid-specs) * [Can you explain the difference between coding a web site to be responsive versus using a mobile-first strategy?](#can-you-explain-the-difference-between-coding-a-web-site-to-be-responsive-versus-using-a-mobile-first-strategy) +* [How is responsive design different from adaptive design?](#how-is-responsive-design-different-from-adaptive-design) * [Have you ever worked with retina graphics? If so, when and what techniques did you use?](#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?](#is-there-any-reason-youd-want-to-use-translate-instead-of-absolute-positioning-or-vice-versa-and-why)