Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Add shadow to canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kretschel committed Oct 16, 2019
1 parent 1b46b23 commit b8e246a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

body > canvas {
border: 1px solid #707070;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
</style>

Expand Down

0 comments on commit b8e246a

Please sign in to comment.