From cdccf1738e2294c65a90cb85b0de78054361f5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20V=C3=ADctor=20de=20Oliveira=20Santos?= Date: Thu, 25 Oct 2018 20:00:50 -0300 Subject: [PATCH] Fix a Typo on a question title and anchor (#148) --- questions/css-questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions/css-questions.md b/questions/css-questions.md index cb414ba25..c3bdaa5c9 100644 --- a/questions/css-questions.md +++ b/questions/css-questions.md @@ -26,10 +26,10 @@ Answers to [Front-end Job Interview Questions - CSS Questions](https://github.co * [What does `* { box-sizing: border-box; }` do? What are its advantages?](#what-does---box-sizing-border-box--do-what-are-its-advantages) * [What is the CSS `display` property and can you give a few examples of its use?](#what-is-the-css-display-property-and-can-you-give-a-few-examples-of-its-use) * [What's the difference between `inline` and `inline-block`?](#whats-the-difference-between-inline-and-inline-block) -* [What's the difference between a `relative`, `fixed`, `absolute` and `static`ally positioned element?](#whats-the-difference-between-a-relative-fixed-absolute-and-static-ally-positioned-element) +* [What's the difference between a `relative`, `fixed`, `absolute` and `static`ally positioned element?](#whats-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?](#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) +* [Can you explain the difference between coding a website to be responsive versus using a mobile-first strategy?](#can-you-explain-the-difference-between-coding-a-website-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)