Team:HokkaidoU Japan/CSS

From 2014.igem.org

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

Revision as of 15:08, 22 May 2014

hoge

  1. background {
 background: #000000;
 width: 100%;
 height:100%;
}