blob: 2e47813214ca51dd0ea7624fc7bf6949d04fd717 [file] [log] [blame]
#butons {
position: absolute;
bottom: 5%;
right: 0;
}
#butons button {
font-size: 36px;
height: 100px;
width: 70%;
color: white;
text-decoration: none;
}
button#win {
background-color: green;
}
button#lose {
background-color: red;
}