aboutsummaryrefslogtreecommitdiff
path: root/static/css/error_404.css
blob: d3c0dd333b2714f80c05665695bbc5d30f84a777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
h1 {
    text-align: center;
    font-size: xx-large;
    color: #FFFFFF;
}

body {
    background-color: #000000;
}

.centered {
    text-align: center;
}