summaryrefslogtreecommitdiff
path: root/index.css
blob: 15737459f39bcfb55c25653b386602be0a34a0d8 (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
main {
    position: relative;
    background: #a33;
}

#next-concert {
    position: absolute;
    bottom: 4%;
    height: 20ex;
    width: 10em;
    text-align: center;
    background: no-repeat center/contain url('calendar.svg');
}

#next-concert a {
    position: relative;
    top: 48%;
    color: #eee;
    text-decoration: none;
}

#next-concert a #day {
    font-size: 180%;
    font-weight: bold;
}