profile.php mit Nutzerbeiträgen + css

This commit is contained in:
2026-05-29 15:09:45 +02:00
parent df17478d72
commit 2a5ff14cb5
3 changed files with 180 additions and 27 deletions
+10
View File
@@ -212,3 +212,13 @@ a, button, input, select, textarea, label, main{
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.form-container {
flex: 1 1 450px;
padding: 30px;
background-color: white;
border: 1px solid #dbe3ec;
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
box-sizing: border-box;
}