Erstellung der Funktionalität für die Registration (nicht fertig)

This commit is contained in:
H1tkliff
2025-06-13 11:09:47 +02:00
parent dcb53cd8f8
commit 7dc2b86d9a
10 changed files with 124 additions and 31 deletions

9
CSS/Element/button.css Normal file
View File

@@ -0,0 +1,9 @@
.btn{
background: var(--brand-primary);
color: var(--brand-white);
padding: 5px 10px;
font-weight: var(--font-weight-semibold);
font-size: var(--font-size-text);
border-radius: 3px;
text-decoration: none;
}