aboutsummaryrefslogtreecommitdiff
path: root/src/assets/stylesheet.css
blob: 8f72c8b6ee33aa44f91003cae290fbb549478139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
    background-image: url('tile.png');
}

h1 {
    background: #ffffffcc;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}