User:Sem2490/wiki/sandeep.css

From 2009.igem.org

(Difference between revisions)
Line 9: Line 9:
}
}
#mainTable{
#mainTable{
 +
        background-image:url('https://static.igem.org/mediawiki/2009/a/ab/Brownpaper1002.png');
         position: absolute;
         position: absolute;
top: 100px;
top: 100px;
right: 300px;
right: 300px;
-
height: 800px;
 
-
width: 800px;
 
}
}

Revision as of 05:54, 7 October 2009

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: black;
	font-family: Myriad Pro, Helvetica, Arial;
        font-size-adjust: 0.48;
	
}
#mainTable{
        background-image:url('https://static.igem.org/mediawiki/2009/a/ab/Brownpaper1002.png');
        position: absolute;
	top: 100px;
	right: 300px;
	}