This is a demo on how to add media queries to an existing html/css project that's been designed for desktop.
The standard practice is to do a mobile-first approach, where you styles are all initially created for mobile view and then you add media queries for larger sized screens. But because we focused on a desktop only design, we're doing this one desktop-first.
Code here: https://github.com/alannarisse/des341...
Live kitten site here: http://des341.com/code_snippets/media...