Team:Bielefeld-Germany/igembielefeld2013.css
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
#logo{ | #logo{ | ||
background-image: -webkit-linear-gradient(right, #ff6600 0%, white 100%); | background-image: -webkit-linear-gradient(right, #ff6600 0%, white 100%); |
Revision as of 19:18, 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 20px 0px;
}
- navigation{
font-size:25; color: red;
}