Created
January 30, 2013 11:52
-
-
Save HugoLnx/4672807 to your computer and use it in GitHub Desktop.
Não é para mexer no CSS acima
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
| body {width: 200px;margin: 0 auto;} | |
| #red {background:red;width:100px;height:100px;} | |
| #green{background:green;width: 110px;height: 110px;} | |
| #blue{background: blue;width: 120px;height:120px;} | |
| #yellow{background:yellow;width:20px;height:20px;} | |
| /* Não é para mexer no CSS acima */ | |
| /* Escrevam o CSS do Quadro AQUI! */ | |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>Position Mirror Fashion</title> | |
| </head> | |
| <body> | |
| <div id=red></div> | |
| <div id=green></div> | |
| <div id=blue> | |
| <div id=yellow></div> | |
| </div> | |
| </body> | |
| </html> |
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
| // alert('Hello world!'); |
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
| {"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment