User:Sem2490/wiki/sandeep.css
From 2009.igem.org
(Difference between revisions)
(21 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
padding: 0; | padding: 0; | ||
line-height: 1.4; | line-height: 1.4; | ||
- | color: | + | background-color: #e7b300; |
- | font-family: | + | font-family: Verdana,Helvetica, Arial; |
- | font-size-adjust: 0. | + | font-size-adjust: 0.70; |
} | } | ||
Line 15: | Line 15: | ||
#buttonProject{ | #buttonProject{ | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 160px; |
- | + | left: 246px; | |
+ | |||
} | } | ||
+ | .td1{ | ||
+ | background-color: #e2b350; | ||
+ | color: #ffffff; | ||
+ | } |
Latest revision as of 05:00, 15 October 2009
body { margin: 0; padding: 0; line-height: 1.4; background-color: #e7b300; font-family: Verdana,Helvetica, Arial; font-size-adjust: 0.70; } #mainPage{ position: absolute; top: 100px; right: 200px; } #buttonProject{ position: absolute; top: 160px; left: 246px; } .td1{ background-color: #e2b350; color: #ffffff; }