mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Styled the button to admin place
This commit is contained in:
@@ -31,6 +31,18 @@ header .redirect-button {
|
||||
position: absolute;
|
||||
left: 5%;
|
||||
width: 10vw;
|
||||
padding: 2vh 0px;
|
||||
background-color: #e76f4b;
|
||||
border: 1px solid #ff6233;
|
||||
border-radius: 5px;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
transition: ease-in-out 0.1s;
|
||||
}
|
||||
header .redirect-button:hover {
|
||||
background-color: #ce694b;
|
||||
transition: ease-in-out 0.2s;
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
|
||||
Reference in New Issue
Block a user