Skip to content

Instantly share code, notes, and snippets.

@diogomachado
Created December 18, 2012 10:15
Show Gist options
  • Save diogomachado/4326863 to your computer and use it in GitHub Desktop.
Save diogomachado/4326863 to your computer and use it in GitHub Desktop.
// Fluidez no corpo da página
body{
width: 95%;
}
// Exemplo de um elemento com fluidez
.box{
position:relative;
width: 35%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment