GameHub/styly/Minecraft.css
2024-04-21 19:14:17 +02:00

22 lines
394 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: 400;
border-radius: 10px;
}