This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CSS3, please! | |
This element will receive instant changes as you edit the CSS rules on the left. Enjoy! | |
/* [toggle styling] */ | |
/* ------------------------------------------------------------- | |
CSS3, Please! The Cross-Browser CSS3 Rule Generator | |
=================================================== | |
You can edit the underlined values in this css file, | |
but don't worry about making sure the corresponding | |
values match, that's all done automagically for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/ | |
*/ | |
/* Smartphones (portrait and landscape) ----------- */ | |
@media only screen | |
and (min-device-width : 320px) | |
and (max-device-width : 480px) { | |
/* Styles */ | |
} |