Team:Bielefeld-Germany/igembielefeld2013.css
From 2013.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
font-size:25; | font-size:25; | ||
color: cyan; | color: cyan; | ||
+ | background-image: -webkit-linear-gradient(right, #ff6600 0%, white 100%); | ||
+ | background-image: -moz-linear-gradient(right, #ff6600 0%, white 100%); | ||
+ | background-image: -o-linear-gradient(right, #ff6600 0%, white 100%); | ||
+ | background-image: linear-gradient(right, #ff6600 0%, white 100%); | ||
} | } |
Revision as of 19:23, 4 June 2013
- logo{
background-image: -webkit-linear-gradient(right, #ff6600 0%, white 100%); background-image: -moz-linear-gradient(right, #ff6600 0%, white 100%); background-image: -o-linear-gradient(right, #ff6600 0%, white 100%); background-image: linear-gradient(right, #ff6600 0%, white 100%); margin: 0px 0px 200px 0px;
}
- navigation{
font-size:25; color: cyan; background-image: -webkit-linear-gradient(right, #ff6600 0%, white 100%); background-image: -moz-linear-gradient(right, #ff6600 0%, white 100%); background-image: -o-linear-gradient(right, #ff6600 0%, white 100%); background-image: linear-gradient(right, #ff6600 0%, white 100%);
}