Team:HokkaidoU Japan/CSS

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
body {
+
#background {
   background-color: black;
   background-color: black;
 +
  width: 100%;
 +
  height:100%;
  }
  }

Revision as of 15:04, 22 May 2014

  1. background {
 background-color: black;
 width: 100%;
 height:100%;
}