Team:NRP-UEA-Norwich/Test1/css1

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
*/
*/
 +
/*styles used to supress igem elements already styled*/
 +
 +
 +
 +
background-image: -webkit-gradient(
 +
linear,
 +
left bottom,
 +
left top,
 +
color-stop(0.28, rgb(219,219,219)),
 +
color-stop(0.71, rgb(143,143,143))
 +
);
 +
}
body {
body {

Revision as of 23:12, 10 July 2013

  • /

/*styles used to supress igem elements already styled*/


background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.28, rgb(219,219,219)), color-stop(0.71, rgb(143,143,143)) ); } body {

background: url('http://www.reamsbottom.net/igem/images/dnabkg.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;