Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created November 6, 2015 00:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennimckinnon/bac72ae504433fd4fa3e to your computer and use it in GitHub Desktop.
Save jennimckinnon/bac72ae504433fd4fa3e to your computer and use it in GitHub Desktop.
Example of @media property.
@media type-of-media (expression) {
.sample-class {
width:100px;
color:ffffff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment