making body bg black to check if canvas is truely fullscreen

This commit is contained in:
Bala Clark 2010-07-08 00:41:25 +01:00
parent d64ea3fd34
commit 681469979b

View file

@ -0,0 +1,3 @@
body {
background-color: #000;
}