2024-12-21 14:52:03 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "Minecraftia";
|
|
|
|
src: url(minecraftia.ttf);
|
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
|
2024-12-20 19:43:41 +00:00
|
|
|
body {
|
2024-12-21 14:52:03 +00:00
|
|
|
font-family: "Minecraftia", sans-serif;
|
|
|
|
font-size: 130%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
background: url("cobble.png");
|
|
|
|
z-index: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content h1 {
|
|
|
|
padding-top: 2vh;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
position: relative;
|
|
|
|
z-index: 100;
|
|
|
|
margin: 5vh;
|
|
|
|
background: url("wood.png");
|
|
|
|
filter: drop-shadow(4px 4px 20px black);
|
|
|
|
padding-left: 2vh;
|
|
|
|
padding-right: 2vh;
|
|
|
|
padding-bottom: 1vh;
|
2024-12-20 19:43:41 +00:00
|
|
|
}
|