Team:SJTU-BioX-Shanghai/article.css

From 2014.igem.org

Revision as of 01:40, 17 October 2014 by Kariny888 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 @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;
  }