finish hangman v1
This commit is contained in:
20
resources/sass/pages/games.scss
vendored
Normal file
20
resources/sass/pages/games.scss
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
.game-index {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.game-index-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 18rem;
|
||||
height: 18rem;
|
||||
background-color: $light;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user