summaryrefslogtreecommitdiff
path: root/base.css
blob: 93fe7989d306cfb1468043a959781a90f252b408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
    margin: 30px 25px 40px 25px;
}

.canvas {
    height: 250px;
    width: 250px;
}

.mat {
    margin: 20px;
}

.mc {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    background-color: #000;
}