From 0ca9451d138eb3032df92ea2984a01932672be46 Mon Sep 17 00:00:00 2001 From: Lukas Drgon Date: Sat, 30 Sep 2017 18:11:13 +0200 Subject: [PATCH] Add CDN link --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d2d668d..94b20f58 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,21 @@ If you're unfamiliar with the concepts surrounding Responsive Web Design, you ca Usage Instructions ====== -1. Craft your CSS with min/max-width media queries to adapt your layout from mobile (first) all the way up to desktop +1. Include this in your html: +```html + +``` + +2. Craft your CSS with min/max-width media queries to adapt your layout from mobile (first) all the way up to desktop ```css @media screen and (min-width: 480px){ /** ...styles for 480px and up go here **/ } ``` -2. Reference the respond.min.js script (1kb min/gzipped) after all of your CSS (the earlier it runs, the greater chance IE users will not see a flash of un-media'd content) +3. Reference the respond.min.js script (1kb min/gzipped) after all of your CSS (the earlier it runs, the greater chance IE users will not see a flash of un-media'd content) -3. Crack open Internet Explorer and pump fists in delight +4. Crack open Internet Explorer and pump fists in delight CDN/X-Domain Setup