Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created November 6, 2015 00:15
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