From 69d6a087954393a42691da05bcc664a088d014a6 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Wed, 10 Jan 2018 16:23:29 -0800 Subject: [PATCH] removes image replacement question --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a7498..4e73fef 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ 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? -* What are your favourite image replacement techniques and which do you use when? +* 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?