User:Sem2490/wiki/sandeep.css
From 2009.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
padding: 0; | padding: 0; | ||
line-height: 1.4; | line-height: 1.4; | ||
- | color: | + | color: red; |
font-family: Myriad Pro, Helvetica, Arial; | font-family: Myriad Pro, Helvetica, Arial; | ||
font-size-adjust: 0.48; | font-size-adjust: 0.48; | ||
Line 9: | Line 9: | ||
} | } | ||
#mainTable{ | #mainTable{ | ||
+ | |||
+ | border:5px solid red; | ||
+ | |||
position: absolute; | position: absolute; | ||
top: 300px; | top: 300px; | ||
right: 300px; | right: 300px; | ||
} | } |
Revision as of 06:01, 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{ border:5px solid red; position: absolute; top: 300px; right: 300px; }