summaryrefslogtreecommitdiff
path: root/assets/css/screen.css
blob: fe7a36d44b7d354106be95956fde73a7c45c1a1a (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
@charset "UTF-8";

html {
    font-family: Hack, "Source Code Pro", "DejaVu Sans Mono", monospace;
}

body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    background-image:url("/assets/ashley_2219.png");
    background-repeat: no-repeat;
    background-position: center center;
}

header h1 {
    text-align: center;
}

main {
    margin: 0 auto;
    max-width: 42rem;
}

aside {
    margin: 0 auto;
    max-width: 42rem;
}

    
div#act {
    margin: 0 auto;
    max-width: 42rem;
    margin-bottom: 50px;
}