Created
April 25, 2011 19:57
-
-
Save iangreenleaf/941090 to your computer and use it in GitHub Desktop.
CSS makes my head hurt
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Hola</title> | |
</head> | |
<body style="background-color: gray;"> | |
<div id="outer" style=" background-color:pink;"> | |
<div style="width:5000px; height:200px; background-color: green;"> | |
Hi | |
</div> | |
<div style="width:200px; height:5000px; background-color: red;"> | |
Hello | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment