~mika/www.m1kadev.nl

ref: 854b4a93c897d4cac16feb2a2f2dc3fa7d091d1e www.m1kadev.nl/index.css -rw-r--r-- 731 bytes
854b4a93 — m1kadev d 7 months ago
                                                                                
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
40
41
42
43
44
45
46
47
48
49
50
51
body,
html {
    background-color: #101010;
    margin: 0px;
}

#title>h1,
h3 {
    margin: 0px;
    transform: scale(0.79, 1.0);
}

#title>h3 {
    text-align: right;
}

h1 {
    margin: 0px;
}

#title {
    font-family: 'Times New Roman', Times, 'serif' !important;
    font-weight: bold;
    display: inline-block;
    color: #E0E0E0;
}

#content {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #E0E0E0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
}

#main-focus {
    background-color: #00000080;
    width: 50vw;
    margin: auto;
    padding: 2em;
}

footer {
    display: flex;
    justify-content: space-between;
}

#lynx {
    justify-content: right;
}