/ Published in: CSS
Expand |
Embed | Plain Text
@media screen and (min-width : 1200px) { /* let's do somethin' */ } @import url( small.css ) screen and ( min-width: 1200px ); <link rel="stylesheet" media="screen and (min-width: 1200px)" href="small.css" /> /* Iphone */ <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="mobile.css" /> Firefox 3.5+ Opera 9.5+ Safari 3+ Chrome Internet Explorer 9+
You need to login to post a comment.
