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; }