This commit is contained in:
2024-04-21 17:13:30 +02:00
parent 28f4000ebd
commit 9cf46d7b24
27 changed files with 523 additions and 248 deletions
+18
View File
@@ -2,3 +2,21 @@
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: auto;
}