Created
October 14, 2017 20:33
-
-
Save evgeniy1204/7dfec259d83a56e362948fc4aab096ca to your computer and use it in GitHub Desktop.
Медиа запрос
This file contains hidden or 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 (min-width: 780px) and (max-width: 1200px) { | |
.eban { | |
background: green; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment