First design

This commit is contained in:
Verena Schulz
2025-11-05 18:45:07 +01:00
parent c638f55ba5
commit 26f8715ae8
2 changed files with 22 additions and 5 deletions
+19 -2
View File
@@ -5,7 +5,7 @@ body {
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f5f5f5;
background-color: #444;
gap: 15px;
margin: 0;
}
@@ -82,7 +82,7 @@ gap: 5px;
}
.submit-btn {
padding: 10px 20px;
padding: 10px 20px;
background-color: #007BFF;
color: white;
border: none;
@@ -91,3 +91,20 @@ gap: 5px;
font-size: 14px;
}
.mitte {
background-color: #eaf0ff;
display: flex;
flex-direction: column;
align-items: center;
padding: 5% 50px;
margin-top: 20px;
gap: 10px;
border: 2px;
border-color: black;
border-style: solid;
}
h1 {
align-content: center;
}