Skip to content

Instantly share code, notes, and snippets.

@zemagno
Last active November 5, 2016 12:45
Show Gist options
  • Save zemagno/15a3684dcef2c2fa523da3344cadad6c to your computer and use it in GitHub Desktop.
Save zemagno/15a3684dcef2c2fa523da3344cadad6c to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.quadrado {
background: green;
height:100px;
top:100px;
width:100px;
}
.absolute {
position: absolute;
background: blue;
top:20px;
left:30px;
}
.relativo {
position: relative;
}
<div class="quadrado relativo">
<div class="quadrado absolute">
texto
</div>
</div>
// 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