CSS/gifu/main
From 2014.igem.org
(Difference between revisions)
Line 298: | Line 298: | ||
} | } | ||
+ | .teampicture | ||
+ | { | ||
+ | float:left; | ||
+ | width:200px; | ||
+ | height:250px; | ||
+ | margin:5px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .teampicture >img | ||
+ | { | ||
+ | width: 200px; | ||
+ | vertical-align: top; | ||
+ | clear:both; | ||
+ | margin: 5px; | ||
+ | border-radius: 10px | ||
+ | } | ||
+ | |||
+ | .teampicture >p | ||
+ | { width: 200px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | } | ||
Revision as of 02:05, 5 September 2014