This commit is contained in:
2019-10-29 02:16:26 +01:00
parent ecfb08fb4d
commit 7a8978a4f6
3 changed files with 21 additions and 16 deletions

View File

@ -23,6 +23,7 @@
body {
background-image: url("images/bg.jpg");
background-size: cover;
background-attachment: fixed;
}
h1 {
@ -39,6 +40,16 @@ button {
a {
text-decoration: none;
font-size: 1em;
border-style: outset;
border-width: 5px;
border-radius: 5px;
color: black;
background-color: white;
}
a:active {
border-style: inset;
}
#actions {
@ -46,16 +57,13 @@ a {
grid-template-columns: repeat(4, 1fr);
grid-gap: 20px;
margin: 40px auto;
width: 700px;
width: 650px;
justify-items: left;
}
#play {
color: LightCyan;
text-align: center;
font-weight: bold;
text-shadow: 2px 1px rgb(153, 145, 175);
font-size: 1.5em;
margin: 30px;
}
@ -70,7 +78,6 @@ a {
#hold {
grid-column: 1 / 3;
grid-row: 1;
width: 120px;
}
#stats-names {
@ -78,15 +85,13 @@ a {
grid-row: 2;
font-family: 'Share Tech';
text-align: left;
align-self: top;
}
#stats-values {
grid-column: 2;
grid-row: 2;
text-align: right;
font-family: 'Share Tech Mono';
align-self: top;
text-align: right;
}
#matrix {