2024-04-21 17:42:29 +02:00
|
|
|
html, body {
|
2024-04-21 13:24:39 +02:00
|
|
|
background-image: url(https://steamuserimages-a.akamaihd.net/ugc/2022733069629803484/8F9E65CDA91A8DF1E432D2C9454FB2FB58624D62/);
|
2024-04-21 13:07:24 +02:00
|
|
|
}
|
2024-04-21 17:13:30 +02:00
|
|
|
|
|
|
|
article {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
background-color: #333;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 100%;
|
2024-04-21 19:14:17 +02:00
|
|
|
height: 400;
|
2024-04-21 18:07:45 +02:00
|
|
|
border-radius: 10px;
|
2024-04-21 17:13:30 +02:00
|
|
|
}
|