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

View File

@@ -247,12 +247,20 @@ input[type="submit"]:hover {
margin: 100px auto;
padding: 20px;
background-color: #007bff;
border-radius: 5px;
border-radius: 50px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
color: #fff;
background-image: url(https://pics.craiyon.com/2023-09-23/f73785344017460394781c52dda41e30.webp);
}
main {
background-color: #000000cc;
}
background-color: #00000038;
width: 80%;
left: 10%;
position: relative;
}
article h2 {
color: #ffba54;
}