summaryrefslogtreecommitdiff
path: root/html/main.css
blob: e8079bc88eb5f81642637fa38a875b6052cff472 (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
.banner {
    top: 0;
    width: 100%;
    height: 100px;
    text-align: center;
}

.menu {
    position: absolute;
    left: 0;
    top: 100px;
    width: 200px;
    margin: 10px 10px 10px 10px;
}

.menu li {
    list-style-type: circle;
}

.content {
    position: absolute;
    left: 200px;
    right: 0;
    top: 100px;
    margin: 10px 10px 10px 10px;
}

body {
    font-family: arial, verdana, sans-serif;
    background: white;
}