On Github phoenix0665 / responsive_web_design
A.K.A Ethan Marcotte
The Unoffical Father of Responsive Web DesignLink
<link rel="stylesheet" media="all and (min-width: 698px)" href="media.css">
CSS @media
@media all and (min-width: 698px){ /********* Styles **********/ }