Skip to content

Instantly share code, notes, and snippets.

@diogomachado
Created December 18, 2012 10:12
Show Gist options
  • Save diogomachado/4326843 to your computer and use it in GitHub Desktop.
Save diogomachado/4326843 to your computer and use it in GitHub Desktop.
// Exemplo de código css para telas de no mínimo 580px e no máximo 680px
@media screen and (min-width: 580px) and (max-width: 680px){
body{
width: 95%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment