mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
25 lines
430 B
SCSS
25 lines
430 B
SCSS
header {
|
|
border-bottom: 1px solid rgb(200, 200, 200);
|
|
|
|
height: 15vh;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
h1 {
|
|
@include titleFont();
|
|
@include titleNormalize();
|
|
|
|
}
|
|
|
|
h2 {
|
|
@include titleFont();
|
|
@include titleNormalize();
|
|
color: rgb(72, 166, 253);
|
|
margin-top: 0.5vh;
|
|
|
|
cursor: pointer;
|
|
}
|
|
} |