Team:USTC-Software/Medal/css
From 2013.igem.org
(Difference between revisions)
(Created page with "a#out { text-decoration:none; color:#36526c; transition:1s; float:right; } a#out:hover { text-decoration:none; color:#6b93af; transition:1s; }") |
|||
Line 9: | Line 9: | ||
color:#6b93af; | color:#6b93af; | ||
transition:1s; | transition:1s; | ||
+ | } | ||
+ | |||
+ | #Introduction { | ||
+ | margin:0 auto; | ||
+ | margin-top:100px; | ||
+ | width:1000px; | ||
+ | font:18px Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #Software { | ||
+ | width:1000px; | ||
+ | margin:0 auto; | ||
+ | font:18px Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #Methodology { | ||
+ | width:1000px; | ||
+ | margin:0 auto; | ||
+ | font:18px Arial, Helvetica, sans-serif; | ||
} | } |
Revision as of 15:07, 19 October 2013
a#out {
text-decoration:none; color:#36526c; transition:1s; float:right;
} a#out:hover {
text-decoration:none; color:#6b93af; transition:1s;
}
- Introduction {
margin:0 auto; margin-top:100px; width:1000px; font:18px Arial, Helvetica, sans-serif; }
- Software {
width:1000px; margin:0 auto; font:18px Arial, Helvetica, sans-serif; }
- Methodology {
width:1000px;
margin:0 auto;
font:18px Arial, Helvetica, sans-serif; }