summaryrefslogtreecommitdiff
path: root/src/main/resources/static/main.css
blob: 5c1fe8d4ee4f7c593377de62a8e888359803434a (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
body {
    background-color: #111;
}

.title {
    background-color: gold;
    color: #000;
    margin: 0.5em auto;
    font-weight: 700;
    max-width: 3.5em;
    text-align: center;
    border-radius: 5px;
}

.content {
    display: flex;
    margin: 2em;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    margin: 1em;
}