Skip to content

Instantly share code, notes, and snippets.

@johirbuet
Created May 25, 2018 10:35
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 johirbuet/b8f9f748289f1d6fdab3c28c0bcac14f to your computer and use it in GitHub Desktop.
Save johirbuet/b8f9f748289f1d6fdab3c28c0bcac14f to your computer and use it in GitHub Desktop.
body {
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
h2 {
margin: 1em 0 0.25em;
font-family: Arial;
color: #46C6B5;
}
h2:first-of-type {
margin-top: 0.5em;
}
table,
tr,
td {
border: 1px solid black;
}
table {
border-collapse: collapse;
margin: 0 auto;
}
tr {
height: 20px;
}
td {
width: 20px;
}
input[type=number] {
width: 6em;
}
.game {
border: 1px solid lightgray;
background-color: white;
border-radius: 9px;
width: 600px;
height: 900px;
padding: 5px 5px 10px 5px;
margin: auto;
box-shadow: 9px 10px 40px -12px rgba(107, 105, 107, 0.9);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment