Created
December 18, 2012 10:15
-
-
Save diogomachado/4326863 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
// 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