Team:UNIK Copenhagen/template
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 23: | Line 23: | ||
} | } | ||
body{ | body{ | ||
- | + | background-image: linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%); | |
- | background-image: - | + | 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( | |
- | background-image: - | + | 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)) | ||
+ | ); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
width: 100%; | width: 100%; | ||
margin: 0 auto; | margin: 0 auto; |
Revision as of 12:42, 12 August 2013