From 98177ca2ef406ceb1020e21cfdbc3ad5472bf0ac Mon Sep 17 00:00:00 2001 From: Jared Date: Mon, 6 Apr 2015 14:18:29 -0400 Subject: [PATCH] Added question to the CSS section regarding Pseudo Elements, and cleaned up the sentence structure in the SVG question to match previous sentence structures --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67ed56b..8d03b12 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,14 @@ This file contains a number of front-end interview questions that can be used wh * What are the different ways to visually hide content (and make it available only for screen readers)? * Have you ever used a grid system, and if so, what do you prefer? * Have you used or implemented media queries or mobile specific layouts/CSS? -* Any familiarity with styling SVG? +* Do you have any familiarity with styling SVG? * How do you optimize your webpages for print? * What are some of the "gotchas" for writing efficient CSS? * What are the advantages/disadvantages of using CSS preprocessors? * Describe what you like and dislike about the CSS preprocessors you have used. * How would you implement a web design comp that uses non-standard fonts? * Explain how a browser determines what elements match a CSS selector. +* Describe pseudo-elements and discuss what they are used for. * Explain your understanding of the box model and how you would tell the browser in CSS to render your layout in different box models. * What does ```* { box-sizing: border-box; }``` do? What are its advantages? * List as many values for the display property that you can remember.