Skip to content

Instantly share code, notes, and snippets.

@HugoLnx
Created January 30, 2013 11:52
Show Gist options
  • Select an option

  • Save HugoLnx/4672807 to your computer and use it in GitHub Desktop.

Select an option

Save HugoLnx/4672807 to your computer and use it in GitHub Desktop.
Não é para mexer no CSS acima
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! */
<!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>
// alert('Hello world!');
{"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