aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
blob: 2fc3773b237a248734e1219926965e2a717b046f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
div#options {
    float: left;
}

div#main {
    display: inline-block;
}

body {
    margin: 0;
    height: 100%;
    background-color: lightgrey;
    font-family: monospace;
    font-size: 15px;
}

.menu {
    position: fixed;
    right: 0;
}