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

.canvas {
    border-width: 1px;
    border-color: #777;
    border-style: solid;
    height: 250px;
    width: 250px;
}

.mat {
    margin: 20px;
}

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