Created
October 20, 2017 20:03
-
-
Save serkanalgur/ccf31f57e3804c1d5bb7bb5b13ef883f to your computer and use it in GitHub Desktop.
@media kullanımı
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 screen and (min-width: 480px) { | |
body { | |
background-color: lightgreen; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment