~mika/www.m1kadev.nl

ref: f2dff80262b301dac7452f4a9494b5ba5e9c558b www.m1kadev.nl/styles/index.css -rw-r--r-- 275 bytes
f2dff802 — m1kadev redo folder structure 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#motd {
    position: absolute;
    color: var(--txt-colour);
    width: 100vw;
    font-family: "Space Grotesk", sans-serif;
}

#motd>h2 {
    position: relative;
    float: right;
    writing-mode: vertical-lr;
    text-decoration: none;
    margin: 0;
    padding: .5em;
}