Team:HokkaidoU Japan/CSS

From 2014.igem.org

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

Revision as of 15:30, 22 May 2014

  1. background {
 background-color: black;
 width: 100%;
 height:100%;
}
  1. my-wrapper {
 width: 500px;
 height: 100%;
 background: black;

}