diff --git a/text-reverse.css b/text-reverse.css index 4e72376..9da9e21 100644 --- a/text-reverse.css +++ b/text-reverse.css @@ -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; + } + } \ No newline at end of file