about summary refs log blame commit diff stats
path: root/style.css
blob: ba444029412b6572ebe5e6fcbe5c68da1401b70f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                             




                         
body {
  font-family: Arial, Helvetica, sans-serif; 
  max-width: 40em;
  line-height: 20px;
}

#content {
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}

code {
  background-color: #eee;
  padding: 5px 5px;
}