aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 9f5f019d5a6a5a3556f809830d964e5d6bb16f54 (plain) (blame)
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
body {
    font-family: Consolas, open-sans;
    background: #333333;
    color: white;
}

.center {
    text-align: center;
}

a:link {
    color: #00e600;
    background-color: transparent;
    text-decoration: none;
    font-size: 20px;
}

a:visited {
    color: gray;
    background-color: transparent;
    text-decoration: none;
}

p {
    font-size: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

img.logo {
    width: 50%;
    height: auto;
  }