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 9e63952 commit fc55883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
33 changes: 1 addition & 32 deletions text-reverse.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,38 +162,7 @@ body {
padding: 10px;
line-height: 25px;
text-align: center;
display: none;

}

@media screen and (max-width: 400px) {

.block {

width: 90vw;
height: 90vh;

}

.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;
}
}
4 changes: 2 additions & 2 deletions text-reverse.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//------Https------\\

if (window.location.protocol != "https:") {
/*if (window.location.protocol != "https:") {
window.location.protocol="https:";
}
}*/

const text = document.querySelector(".text");
const input = document.querySelector(".input");
Expand Down

0 comments on commit fc55883

Please sign in to comment.