aboutsummaryrefslogtreecommitdiffstats
path: root/index.css
blob: 20ac75975e1adf6f5d46ae8fba77db3881e1f4e4 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.container {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tile {
    width: 70%;
    margin: 5px;
    padding: 5px;
}

.tile a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}

.itemheading {
    padding-top: 10px;
    margin-bottom: 5px;
}

.itemtext {
    margin-top: 5px;
    padding-bottom: 15px;
}

#first {
    background-color: #ed1012;
}

#second {
    background-color: #3278b3;
}

#third {
    background-color: #167c80;
}

#fourth {
    background-color: #777777
}

table, th, td {
  border: 1px solid black;
}