Team:HokkaidoU Japan/CSS
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
#background { | #background { | ||
- | background: | + | background: black; |
width: 100%; | width: 100%; | ||
height:100%; | height:100%; | ||
} | } | ||
- | + | #my-wrapper { | |
- | # | + | width: 500px; |
- | + | height: 100%; | |
- | + | background: black; | |
- | + | } | |
- | + |
Revision as of 15:29, 22 May 2014
- background {
background: black; width: 100%; height:100%; }
- my-wrapper {
width: 500px; height: 100%; background: black;
}