summaryrefslogtreecommitdiff
path: root/public/static.css
blob: 8fccf2a23f0636933e50b00212da515ad698eba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  background: #246;
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
  width: 800px;
  margin: auto;
  font-size: 14px;
  text-shadow: 0 1px 1px #555;
}
h1 {
  font-size: 46px;
  line-height: 100px;
  margin: 100px 0;
  font-weight: normal;
  color: #FFF;
}