summaryrefslogtreecommitdiffhomepage
path: root/css/style.css
blob: 2dac4625d33c73d834aa215cd05a70e30dc8f44e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#koch {
    margin: auto;
}

#iterationCtr {
    position: fixed;
    font-size: xx-large;
}

#flaecheErg {
    color: "red";
    position: fixed;
    bottom: 20px;

    font-size: xx-large;
}

.flexContainer {
    display: flex;
}