Created
February 16, 2013 15:26
-
-
Save andr3/4967369 to your computer and use it in GitHub Desktop.
Exercicio
This file contains 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
/** | |
* Exercicio | |
* Nomes: | |
* ________________ | |
* ________________ | |
* ________________ | |
* (Enviar para [email protected]) | |
*/ | |
body { | |
background: #f06; | |
background: linear-gradient(45deg, #eee, #fff); | |
min-height: 100%; | |
font-family: helvetica, sans-serif; | |
} | |
#device { | |
width: 320px; | |
height: 480px; | |
margin: 1em auto; | |
padding: 0; | |
border: 2px solid #000; | |
border-radius: 0.5em; | |
background: white; | |
overflow: hidden; | |
} | |
This file contains 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
<div id="device"> <!-- a fingir --> | |
<ul> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
<li class="intervalo">Intervalo</li> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
<li><a href="#/foobar">Lorem ipsum</a></li> | |
</ul> | |
</div> |
This file contains 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 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":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment