Line 221: | Line 221: | ||
/* Wrapper for the content */ | /* Wrapper for the content */ | ||
.igem_2017_content_wrapper { | .igem_2017_content_wrapper { | ||
− | width: | + | width: 100%; |
− | margin: | + | height: 100%; |
+ | margin: 0%; | ||
display:block; | display:block; | ||
float:left; | float:left; | ||
− | background- | + | background: -webkit-linear-gradient(left, rgb(179, 204, 255), white, rgb(179, 204, 255)); |
+ | background: -o-linear-gradient(right, rgb(179, 204, 255), white, rgb(179, 204, 255)); | ||
+ | background: -moz-linear-gradient(right, rgb(179, 204, 255), white, rgb(179, 204, 255)); | ||
+ | background: linear-gradient(to right, rgb(179, 204, 255), white, rgb(179, 204, 255)); | ||
+ | background-color: rgb(179, 204, 255); | ||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
} | } |
Revision as of 10:33, 3 July 2017