From d417a2942fdb12a8cb49993b4111d724098ee4a7 Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Mon, 10 Feb 2014 20:52:13 -0600 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e78f2de..cbf973f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Grid === -A simple guide to responsive design.
+A simple guide to responsive design.
www.adamkaplan.me/grid @@ -174,3 +174,17 @@ If the browser's screen size is within a set range, a media query will replace t } } ``` + +####Further Reading +* [For a Future-Friendly Web](http://alistapart.com/article/for-a-future-friendly-web) +* [A Book Apart: Responsive Web Design](http://www.abookapart.com/products/responsive-web-design) +* [Don't Forget the Viewport Meta Tag](http://dev.tutsplus.com/articles/quick-tip-dont-forget-the-viewport-meta-tag--webdesign-5972) +* [Understanding the Humble Clearfix](http://fuseinteractive.ca/blog/understanding-humble-clearfix) +* [Beginner’s Guide to Responsive Web Design](http://blog.teamtreehouse.com/beginners-guide-to-responsive-web-design) + +####References +* [Android Fragmentation Visualized](http://opensignal.com/reports/fragmentation-2013/) +* [Internet Explorer Box Model](http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug) +* [Box Model](http://developer.mozilla.org/en-US/docs/Web/CSS/box_model) +* [Chrome Developer Tools](http://developers.google.com/chrome-developer-tools/) +* [Animate.css](http://daneden.github.io/animate.css/)