Skip to content

Instantly share code, notes, and snippets.

@serkanalgur
Created October 20, 2017 20:03
Show Gist options
  • Save serkanalgur/ccf31f57e3804c1d5bb7bb5b13ef883f to your computer and use it in GitHub Desktop.
Save serkanalgur/ccf31f57e3804c1d5bb7bb5b13ef883f to your computer and use it in GitHub Desktop.
@media kullanımı
@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