blob: 8ba3b54abc74d7039bf4099347020f13cf7adfa5 [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;
}