Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created January 11, 2022 09:20
Show Gist options
  • Select an option

  • Save mitchallen/d83b45eb9f93d4b2a3db4fdb6a417392 to your computer and use it in GitHub Desktop.

Select an option

Save mitchallen/d83b45eb9f93d4b2a3db4fdb6a417392 to your computer and use it in GitHub Desktop.
Define a grid style for displaying the rollDice results
/**
* 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