Team:UNIK Copenhagen/template
From 2013.igem.org
(Difference between revisions)
m |
|||
Line 23: | Line 23: | ||
} | } | ||
body{ | body{ | ||
- | background: | + | background-image: linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%); |
+ | background-image: -o-linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%); | ||
+ | background-image: -moz-linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%); | ||
+ | background-image: -webkit-linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%); | ||
+ | background-image: -ms-linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%); | ||
+ | |||
+ | background-image: -webkit-gradient( | ||
+ | linear, | ||
+ | left bottom, | ||
+ | left top, | ||
+ | color-stop(0.08, rgb(112,112,112)), | ||
+ | color-stop(0.54, rgb(191,191,191)), | ||
+ | color-stop(0.77, rgb(240,240,240)) | ||
+ | ); | ||
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; |
Revision as of 12:43, 12 August 2013