span -> lable
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ CSS für die navbar
|
||||
display: block;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
background: rgba(0, 0, 0, 0.15); /* Etwas dunkler als der Hintergrund */
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.nav__mobile-label {
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||
<li><a href="login.php">Anmelden</a></li>
|
||||
<li><a href="register.php">Registrieren</a></li>
|
||||
<li>
|
||||
<span class="nav__mobile-label">Sprachen</span>
|
||||
<label class="nav__mobile-label">Sprachen</label>
|
||||
<ul class="nav__mobile-submenu">
|
||||
<li><a href="404.php">Deutsch</a></li>
|
||||
<li><a href="404.php">Englisch</a></li>
|
||||
|
||||
Reference in New Issue
Block a user