22 lines
398 B
CSS
22 lines
398 B
CSS
html, body {
|
|
background-image: url(https://steamuserimages-a.akamaihd.net/ugc/2022733069629803484/8F9E65CDA91A8DF1E432D2C9454FB2FB58624D62/);
|
|
}
|
|
|
|
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;
|
|
} |