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