Skip to content

Instantly share code, notes, and snippets.

@erichegt
Forked from anonymous/dabblet.css
Created November 14, 2013 16:21
Show Gist options
  • Save erichegt/7469649 to your computer and use it in GitHub Desktop.
Save erichegt/7469649 to your computer and use it in GitHub Desktop.
Untitled
#primeiro {
background: red;
float: left;
}
#segundo {
background: blue;
float: left;
clear: left;
}
#terceiro {
background: green;
position: absolute;
top: 100%;
left: 0;
}
div {
height: 200px;
width: 200px;
overflow: visible;
}
p {
}
section {
position: relative;
background-color: #ffa;
overflow: hidden;
/*testar ouverflow auto*/
}
<section>
<div id=primeiro>1loremloremloremloremloremlorem</div>
<div id=segundo>2</div>
<div id=terceiro>3</div>
<!--<img src="http://images6.fanpop.com/image/photos/34000000/v-for-vendetta-v-for-vendetta-34020686-1280-800.jpg" width="400">-->
</section>
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment