Created
February 4, 2011 11:37
Revisions
-
benhodgson revised this gist
Feb 4, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
Empty file. -
benhodgson renamed this gist
Feb 4, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
benhodgson created this gist
Feb 4, 2011 .There are no files selected for viewing
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 charactersOriginal 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.