blob: b85fe2c0f6f922294a8c1b493135085c1f4e9419 [file] [log] [blame]
#butons {
position: fixed;
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;
}