Skip to content

Instantly share code, notes, and snippets.

@fboaventura
Created February 25, 2013 14:06
Show Gist options
  • Save fboaventura/5029988 to your computer and use it in GitHub Desktop.
Save fboaventura/5029988 to your computer and use it in GitHub Desktop.
Teste de posicionamento
/**
* Teste de posicionamento
*/
#box1 {
color: white;
background: linear-gradient(45deg, #def, navy);
width: 10em;
height: 5em;
border: 1px black solid;
display: block;
text-align: center;
vertical-align: middle;
padding-top: 2em;
}
<!-- content to be placed inside <body>…</body> -->
asdslkdfj
<p id="box1">Teste de posicionamento do box!</p>
// alert('Hello world!');
{"view":"split","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