Skip to content

Instantly share code, notes, and snippets.

@benhodgson
Created February 4, 2011 11:37

Revisions

  1. benhodgson revised this gist Feb 4, 2011. 1 changed file with 0 additions and 0 deletions.
    Empty file removed gistfile2.txt
    Empty file.
  2. benhodgson renamed this gist Feb 4, 2011. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. benhodgson created this gist Feb 4, 2011.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    <!DOCTYPE html>
    <style>
    html {
    height: 100%;
    }
    body{
    height: 100%;
    }
    .myDiv {
    height: 100%;
    background-color: red;
    }
    </style>
    <body>
    <div class="myDiv"></div>
    </body>
    Empty file added gistfile2.txt
    Empty file.