Created
January 13, 2022 03:10
-
-
Save mitchallen/0d3d4d803632e1cd3c931884b42c3793 to your computer and use it in GitHub Desktop.
Weighted choice stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| canvas { | |
| padding: 0; | |
| margin: auto; | |
| display: block; | |
| width: 400px; | |
| height: 400px; | |
| position: absolute; | |
| top: 0; | |
| bottom: 0; | |
| left: 0; | |
| right: 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment