diff --git a/css/layout.css b/css/layout.css index edf57a7..a9b518b 100644 --- a/css/layout.css +++ b/css/layout.css @@ -91,18 +91,20 @@ body{ { width: 200px; height: 100px; - position: fixed; - left: 45%; + position: relative; + left: 40%; + top: -10%; display:none; background-color: orange; border-radius: 15px; outline: 8px solid black; } #winText, #loseText{ + width: 30%; display: none; - position: fixed; + position: relative; text-align: center; - top: 20%; + top: -15%; left: 35%; background-color: white; border-radius: 15px;