summaryrefslogtreecommitdiff
path: root/style.css
blob: f10a42edb1b646aaaed712642a7cf9ce92f9c62e (plain)
1
2
3
4
5
6
7
8
9
body {
    background: linear-gradient(60deg, skyblue, 70%, blue) no-repeat fixed;
    background-size: cover;
}

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