Skip to content

Instantly share code, notes, and snippets.

@iangreenleaf
Created April 25, 2011 19:57
Show Gist options
  • Save iangreenleaf/941090 to your computer and use it in GitHub Desktop.
Save iangreenleaf/941090 to your computer and use it in GitHub Desktop.
CSS makes my head hurt
<!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