-
-
Save erichegt/7469649 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
#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*/ | |
} |
This file contains hidden or 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
<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> |
This file contains hidden or 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-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