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

View File

@@ -35,29 +35,4 @@ nav li a {
nav li a:hover {
background-color: orange;
}
#metanavi {
color: #4d4d4d;
font-weight: bold;
margin-bottom: 5px;
}
#metanavi a {
background: #09add0;
border: none;
width: 100px;
margin: 0 5px 0 5px;
float: right;
padding: 2px;
border-radius: 5px;
color:#fff;
cursor:pointer;
font-size: 12px;
text-decoration: none;
text-align: center;
}
#metanavi a:hover {
background: orange;
}