summaryrefslogtreecommitdiff
path: root/style.css
blob: 55f2e5c50e32f696a4b9ae8e58884733689f8b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    background: linear-gradient(60deg, skyblue, 70%, blue) no-repeat fixed;
    background-size: cover;
    overflow: hidden;
}

canvas {
    background-color: aliceblue;
    border-radius: 20px;
}

#instructions {
    position: absolute;
    left: 20px;
    border: 3px dashed orange;
    padding: 4px;
    pointer-events: none;
}