User:AaronPeterson/MediaQueryTest
From Free Geek Seattle
Jump to navigationJump to search
@media screen and (max-width: 480px) {
background-color: red; font-size: 1.5em;
}
Woot
stufs
@media screen and (max-width: 480px) {
background-color: red; font-size: 1.5em;
}
Woot