|
|
- @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;
- }
|