Files
Hangman-game-with-React/build/sass/_header.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;
}
}