Questions About CSS Flashcards
Please tell me about your strategy for creating responsive designs. What is it, and how do you approach the problem?
What are media queries? What are pseudo-selectors?
How do you approach organizing your CSS?
What is CSS selector specificity and how does it work?
What’s the difference between “resetting” and “normalizing” CSS? Which would you choose, and why?
Describe Floats and how they work.
Describe z-index and how stacking context is formed.
Describe BFC (Block Formatting Context) and how it works.
What are the various clearing techniques and which is appropriate for what context?
How would you approach fixing browser-specific styling issues?
How do you serve your pages for feature-constrained browsers? What techniques/processes do you use?
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?
Are you familiar with styling SVG?