index change key
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user