Team:UCLondon/Templates/bottom-content
From 2012e.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
width: 60%; clear:both; margin: auto; | width: 60%; clear:both; margin: auto; | ||
- | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( | + | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgba(255, 255, 255, 0.7) ), to( rgb(249, 249, 249) ) ); |
- | background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0. | + | background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(249, 249, 249) ); |
- | background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0. | + | background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(249, 249, 249) ); |
- | background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0. | + | background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(249, 249, 249) ); |
- | background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0. | + | background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(249, 249, 249) ); |
- | background-image: linear-gradient(top, rgba(255, 255, 255, 0. | + | background-image: linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(249, 249, 249) ); |
border-radius: 5px; | border-radius: 5px; |
Revision as of 04:41, 13 September 2012