aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
blob: 53fc5f8fda87b1dbdbffc58d027b71a560cab09d (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
24
25
26
27
28
29
30
31
32
33
34
:root {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  background-color: black;
  font-size: 2em;
}
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%;
}
header {
  margin-top: 5vh;
  margin-left: 5vh;
  text-align: center;
}
header div {
  margin: 20px;
}
#next div {
  display: inline-block;
}