Skip to content

Instantly share code, notes, and snippets.

View limakayo's full-sized avatar
😀

Kayo Lima limakayo

😀
View GitHub Profile
@limakayo
limakayo / dabblet.css
Created August 3, 2012 12:12
Responsive Web
/**
* Responsive Web
*/
@media (max-width:800px) {
body { background: yellow; }
}
@media (max-width:500px) {
body { background: red }
/**
* Teste
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;