aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
blob: 8803e96024a978a1b2ef151ad71af70a0fa0f765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
:root {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  background-color: black;
}

table {
  border-collapse: collapse;
  margin: 20px auto;
}
td {
  border: 1px solid darkred;
  width: 50px;
  height: 50px;
}
td div, #next div {
  width: 35px;
  height: 35px;
  margin: auto auto;
  border-radius: 50%;
}