Created
November 6, 2015 00:15
-
-
Save jennimckinnon/bac72ae504433fd4fa3e to your computer and use it in GitHub Desktop.
Example of @media property.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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