Game sederhana latihan penjumlahan dan pengurangan untuk anak TK/SD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

50 lines
827 B

@import "normalize.css";
body {
text-align: center;
}
#soal, #jawaban {
display: inline;
margin: 50px 0px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 7rem;
}
input#jawaban {
border: none;
padding: 0;
}
#sign > img {
width: 18%;
}
#footer {
position: absolute;
bottom: 50px;
left: 0px;
right: 0px;
}
#level {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 2rem;
}
#footer > img {
width: 6%;
padding: 5px;
border: 1px solid #0f0;
border-radius: 10px;
background-color: #cfc;
}
img#fireworks {
width: 100%;
}
button#restart {
padding: 5px;
border: 1px solid #999;
border-radius: 10px;
background-color: #333;
color: #ccc;
font-size: xx-large;
}
button#restart:hover {
border: 1px solid #ccc;
background-color: #666;
color: #fff;
}