GameHub/styly/Witcher3.css

22 lines
371 B
CSS
Raw Normal View History

2024-04-21 17:42:29 +02:00
html, body {
2024-04-21 13:24:39 +02:00
background-image: url(https://i.pinimg.com/originals/5f/61/61/5f6161e90678a0fb8d024da611559d62.jpg);
}
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%;
height: auto;
2024-04-21 18:07:45 +02:00
border-radius: 10px;
2024-04-21 17:13:30 +02:00
}