summaryrefslogtreecommitdiff
path: root/style.css
blob: 0bbcd7341fa3769e6613c50674dca9efd2c37900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ul {
  list-style-type: none;
  padding-left:0;
}

h2 {
  padding-top: 1em;
}

.footer {
  font-size: 0.8em;
  margin-top: 2em;
  border-top: 1px solid black;
  text-align: center;
}

.footer p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.clear {
  clear: both;
  width: 100%;
}

input[type="text"] {
  width: 90%;
}