22 lines
370 B
CSS
22 lines
370 B
CSS
html, body {
|
|
background-image: url(https://i.pinimg.com/originals/5f/61/61/5f6161e90678a0fb8d024da611559d62.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;
|
|
} |