coooooked
This commit is contained in:
parent
d6cf544abc
commit
02bfc04ef6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user