Team:SJTU-BioX-Shanghai/article.css
From 2014.igem.org
(Difference between revisions)
(28 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
/* CSS Document */ | /* CSS Document */ | ||
- | + | article { | |
- | + | margin: 3% 15%; | |
- | + | } | |
- | + | article p { | |
- | + | padding-left:100px; | |
- | + | padding-right:8%; | |
- | + | font-family:OpenSans-Regular, sans-serif; | |
- | + | text-align: justify; | |
- | + | text-indent: 5em; | |
- | + | word-spacing: 1.8em; | |
- | + | -moz-column-count: 2; | |
- | + | -moz-column-gap: 2em; | |
- | + | column-count: 2; | |
- | + | column-gap: 2em; | |
- | + | -webkit-column-count: 2; | |
- | + | -webkit-column-gap: 2em; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | article h2 { | ||
+ | font-family: Rancho, sans-serif; | ||
+ | word-spacing:2 em; | ||
+ | } |
Latest revision as of 01:40, 17 October 2014
@charset "UTF-8";
/* CSS Document */ article {
margin: 3% 15%;
} article p {
padding-left:100px; padding-right:8%; font-family:OpenSans-Regular, sans-serif; text-align: justify; text-indent: 5em; word-spacing: 1.8em; -moz-column-count: 2; -moz-column-gap: 2em; column-count: 2; column-gap: 2em; -webkit-column-count: 2; -webkit-column-gap: 2em;
} article h2 {
font-family: Rancho, sans-serif; word-spacing:2 em; }