Skip to content

Instantly share code, notes, and snippets.

@hidoos
Created March 6, 2014 06:17
Show Gist options
  • Save hidoos/9383483 to your computer and use it in GitHub Desktop.
Save hidoos/9383483 to your computer and use it in GitHub Desktop.
A Pen by hidoos.
<div class="demo">
</div>
.demo{
width:100px;
height:100px;
background:#ccc;
}
@media (min-width: 768px) {
.demo {
background:red;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment