From bedd8a0eb823eadbe041d4bac2ffc6966418e385 Mon Sep 17 00:00:00 2001 From: "Dale Sande / @anotheruiguy" Date: Thu, 11 Jan 2018 08:51:02 -0800 Subject: [PATCH] removes CSS sprites question ... again (#432) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f873aef..360adc4 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ This file contains a number of front-end interview questions that can be used wh * 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? -* Explain CSS sprites, and how you would implement them on a page or site. * 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?