Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Aug 15, 2024
1 parent ccdf824 commit b93f513
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions text-reverse.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,27 @@ body {

}

.input:focus {

bottom: 100px;

}

.input:focus ~ .score {
display: none;
}

.input:focus ~ .scoreBest {
display: none;
}

.input:focus ~ .btn:nth-child(2) {
bottom: 70px;
}

.input:focus ~ .timer {
bottom: 70px;
left: 110px;
}

}

0 comments on commit b93f513

Please sign in to comment.