summaryrefslogtreecommitdiff
path: root/style.css
blob: 86f98a8eb409e6252ef7d4f98a2134dec6444b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ul {
  list-style-type: none;
  padding-left:0;
}

.block {
  float: left;
  min-width: 20em;
  width: 33%;
}

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

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