index change key

This commit is contained in:
2019-10-27 22:19:37 +01:00
parent 8796d5b604
commit 88ab307384
3 changed files with 64 additions and 23 deletions

View File

@ -21,7 +21,7 @@ body {
h1 {
font-size: 3em;
margin: 40px 20px 20px 20px;
margin: 20px;
text-shadow: 3px 2px rgb(153, 145, 175);
text-align: center;
}
@ -35,20 +35,14 @@ button {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 20px;
margin: 40px auto;
margin: 80px auto;
width: 700px;
justify-items: left;
}
.cookie {
margin: 40px 0 0 0;
font-size: 0.8em;
justify-self: center;
width: auto;
grid-column: 1 / 5;
}
.play {
grid-column: 2 / 4;
grid-column: 2 / 4;
justify-self: center;
width: 70%;
margin: 40px;
}