Team:SJTU-BioX-Shanghai/article.css
From 2014.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
/* CSS Document */ | /* CSS Document */ | ||
article { | article { | ||
- | margin: 3% | + | margin: 3% 15%; |
} | } | ||
article p { | article p { |
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; }