Team:USTC-Software/Project/App Clotho/css
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
h2#first { | h2#first { | ||
- | + | margin-top:100px; | |
- | + | margin-bottom:5px; | |
} | } | ||
p#first { | p#first { | ||
- | + | margin-bottom:10px; | |
} | } | ||
h2 { | h2 { | ||
- | + | width:1000px; | |
- | + | font-family:Arial, Helvetica, sans-serif; | |
- | + | margin:0 auto; | |
} | } | ||
p { | p { | ||
- | + | margin:0 auto; | |
- | + | font-size:18px; | |
- | + | font-family:Arial, Helvetica, sans-serif; | |
+ | width:1000px; | ||
} | } | ||
h3 { | h3 { | ||
- | + | font-family:Arial, Helvetica, sans-serif; | |
- | + | font-size:18px; | |
- | + | font-weight:100; | |
} | } |
Revision as of 05:41, 22 September 2013
h2#first { margin-top:100px; margin-bottom:5px;
}
p#first {
margin-bottom:10px;
}
h2 {
width:1000px; font-family:Arial, Helvetica, sans-serif; margin:0 auto;
}
p {
margin:0 auto; font-size:18px; font-family:Arial, Helvetica, sans-serif; width:1000px;
}
h3 {
font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:100;
}