Team:Potsdam Bioware/css
From 2012.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
body { | body { | ||
- | background-image: -ms-linear-gradient( | + | background-image: -ms-linear-gradient(top, #EFEFEF 0%, #989898 100%); |
- | background-image: -moz-linear-gradient( | + | background-image: -moz-linear-gradient(top, #EFEFEF 0%, #989898 100%); |
- | background-image: -o-linear-gradient( | + | background-image: -o-linear-gradient(top, #EFEFEF 0%, #989898 100%); |
- | background-image: -webkit-gradient(linear, left top, | + | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFEFEF), color-stop(1, #989898)); |
- | background-image: -webkit-linear-gradient( | + | background-image: -webkit-linear-gradient(top, #EFEFEF 0%, #989898 100%); |
- | background-image: linear-gradient(to | + | background-image: linear-gradient(to bottom, #EFEFEF 0%, #98989 |
} | } | ||
Revision as of 22:52, 31 August 2012