Created
January 11, 2022 09:20
-
-
Save mitchallen/d83b45eb9f93d4b2a3db4fdb6a417392 to your computer and use it in GitHub Desktop.
Define a grid style for displaying the rollDice results
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
| /** | |
| * Author: Mitch Allen | |
| * File: app.css | |
| */ | |
| 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