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

23 lines
367 B
CSS

html, body {
background-image: url(https://wallpapersmug.com/download/1920x1080/75c391/game-titanfall-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;
}