Skip to content

Instantly share code, notes, and snippets.

@spolu
Created March 21, 2012 10:27
Show Gist options
  • Save spolu/2146037 to your computer and use it in GitHub Desktop.
Save spolu/2146037 to your computer and use it in GitHub Desktop.
<html>
<body style="width: 100%; height: 100%; margin: 0">
<div style="position:absolute; width: 100%; background-color:grey;">
<div style="position:absolute; top: 0px; left: 0px; width: 100px; background-color: black; height: 100px;">
</div>
<div style="position:absolute; top: 0px; right: 0px; width: 100px; background-color: black; height: 20px;">
</div>
<div style="position:absolute; top: 0px; right: 100px; left: 100px; background-color: red;">
tata
TEST
<br>
adfsdf
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment