User:Sem2490/wiki/sandeep.css

From 2009.igem.org

(Difference between revisions)
Line 9: Line 9:
}
}
#mainTable{
#mainTable{
-
 
-
        border:5px solid red;
 
         position: absolute;
         position: absolute;
-
top: 300px;
+
top: 100px;
-
right: 300px;
+
right: 200px;
}
}

Revision as of 06:47, 7 October 2009

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: red;
	font-family: Myriad Pro, Helvetica, Arial;
        font-size-adjust: 0.48;
	
}
#mainTable{

        position: absolute;
	top: 100px;
	right: 200px;
	}