Created
October 23, 2017 21:24
-
-
Save gregwhitworth/e7421af4fe5fcbed8e4317a09ed9aa92 to your computer and use it in GitHub Desktop.
This file contains 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
.puzzle-game { | |
display: grid; | |
grid-area: game; | |
align-self: start; | |
justify-self: center; | |
max-width: 35vw; | |
border: 10px solid cornflowerblue; | |
grid: 1fr 1fr 1fr / 1fr 1fr 1fr; | |
background: rgba(0, 0, 0, .5); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment