Team:UCSF UCB/CSS
From 2014.igem.org
(Difference between revisions)
Line 648: | Line 648: | ||
.landing #Title { | .landing #Title { | ||
+ | width: 500px; | ||
+ | height: 450px; | ||
+ | padding: 50px 0; | ||
+ | float: left; | ||
+ | color: white; } | ||
+ | |||
+ | #bodyContent .landing #Title { | ||
width: 500px; | width: 500px; | ||
height: 450px; | height: 450px; | ||
Line 663: | Line 670: | ||
color: black; | color: black; | ||
border: 1px black solid; } | border: 1px black solid; } | ||
+ | |||
+ | #bodyContent .home { | ||
+ | color: white; } | ||
+ | #bodyContent .home article { | ||
+ | float: left; | ||
+ | margin: 150px 0; | ||
+ | width: 500px; } | ||
+ | #bodyContent .home article h1 { | ||
+ | font-size: 2.5em; } | ||
+ | #bodyContent .home svg { | ||
+ | float: left; } | ||
+ | #bodyContent .home svg.right { | ||
+ | float: right; } | ||
.home { | .home { |
Revision as of 07:30, 14 October 2014