mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
mobile users input style done
This commit is contained in:
@@ -302,4 +302,23 @@ header h2 {
|
||||
margin-left: 1vw;
|
||||
}
|
||||
|
||||
.letter-input-container {
|
||||
height: 30vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.letter-input-container #letter-input {
|
||||
width: 10vw;
|
||||
height: 10vw;
|
||||
text-align: center;
|
||||
font-size: calc(10vw - 20px);
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
outline: none;
|
||||
border: 2px solid #f87665;
|
||||
background-color: #303030cd;
|
||||
color: #ffffff5f;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
|
||||
Reference in New Issue
Block a user