Team:USTC-Software/Project/App Clotho/css
From 2013.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
font-size:18px; | font-size:18px; | ||
margin:0 auto; | margin:0 auto; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | font:18px Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | a:hover{ | ||
+ | text-decoration:none; | ||
} | } |
Revision as of 18:11, 23 September 2013
- first {
width:1000px; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin:0 auto; margin-top:100px;
}
- second {
width:1000px; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin:0 auto;
}
a {
font:18px Arial, Helvetica, sans-serif;
}
a:hover{
text-decoration:none;
}