diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,9 +1,21 @@ 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 +} + +#instructions:hover { + display: none; }
\ No newline at end of file |
