Skip to content

Instantly share code, notes, and snippets.

@scheibome
Created November 18, 2015 22:07
Show Gist options
  • Save scheibome/a297b53c82563cd37172 to your computer and use it in GitHub Desktop.
Save scheibome/a297b53c82563cd37172 to your computer and use it in GitHub Desktop.
body {
font-size: 16px;
color: #000000;
}
@media screen and (min-width: 800px) {
body {
color: #81CFE0;
}
}
@media screen and (min-width: 1000px) {
body {
font-size: 26px;
color: #F9690E;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment