mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
35 lines
543 B
CSS
35 lines
543 B
CSS
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
header {
|
|
border-bottom: 1px solid #c8c8c8;
|
|
height: 10vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
header h1 {
|
|
font-family: "Raleway", sans-serif;
|
|
font-weight: bold;
|
|
user-select: none;
|
|
margin: 0;
|
|
}
|
|
header h2 {
|
|
font-family: "Raleway", sans-serif;
|
|
font-weight: bold;
|
|
user-select: none;
|
|
margin: 0;
|
|
color: #48a6fd;
|
|
margin-top: 0.5vh;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.hangman img {
|
|
width: 20vw;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|