GameHub/styly/Minecraft.css
2024-04-21 17:42:29 +02:00

21 lines
370 B
CSS

html, body {
background-image: url(https://www.pcgamesn.com/wp-content/sites/pcgamesn/2021/07/minecraft-118-experimental-snapshot-2.jpg);
}
article {
margin-bottom: 40px;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 20px;
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}