Skip to content

Instantly share code, notes, and snippets.

@gregwhitworth
Created October 23, 2017 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregwhitworth/e7421af4fe5fcbed8e4317a09ed9aa92 to your computer and use it in GitHub Desktop.
Save gregwhitworth/e7421af4fe5fcbed8e4317a09ed9aa92 to your computer and use it in GitHub Desktop.
.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