63 lines
1.5 KiB
CSS
63 lines
1.5 KiB
CSS
body {
|
|
background-color: rgb(24, 24, 24);
|
|
color: white;
|
|
text-align: left;
|
|
font-family: "Comic Sans MS", cursive, sans-serif;
|
|
font-size: 24px;
|
|
}
|
|
header,
|
|
footer,
|
|
.HalamanFull {
|
|
padding-left: 50px;
|
|
padding-right: 50px;
|
|
}
|
|
header,
|
|
footer {
|
|
background-color: rgb(18, 18, 18);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.HalamanFull {
|
|
background-color: rgb(28, 28, 28);
|
|
color: white;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: left;
|
|
justify-content: left;
|
|
padding-bottom: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
.icon {
|
|
width: 70px;
|
|
height: 70px;
|
|
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Nazi_Swastika.svg/2048px-Nazi_Swastika.svg.png");
|
|
background-size: cover;
|
|
margin-right: 20px;
|
|
margin-left: 20px;
|
|
}
|
|
.centered {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
h1 {
|
|
font-size: 40px;
|
|
margin-right: 100px;
|
|
}
|
|
.text {
|
|
padding-top: 30px;
|
|
padding-left: 50px;
|
|
color: white;
|
|
}
|
|
#gameover {
|
|
color: red;
|
|
font-size: 90px;
|
|
position: absolute;
|
|
top: 280px;
|
|
left: 300px;
|
|
}
|
|
#game {
|
|
background: rgb(192, 232, 255);
|
|
border: 1px solid white;
|
|
} |