nav__button
This commit is contained in:
@@ -62,6 +62,17 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav__button {
|
||||||
|
background: #fff;
|
||||||
|
border: none;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
cursor: pointer;
|
||||||
|
color: #333;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
.nav__dropdown:hover .nav__dropdown-menu {
|
.nav__dropdown:hover .nav__dropdown-menu {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -64,7 +64,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
|||||||
include_once 'search.php';
|
include_once 'search.php';
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<a href = "auth/login.php" class="nav__link"> Anmelden </a>
|
<a href = "auth/login.php" class="nav__button"> Anmelden </a>
|
||||||
<a href = "auth/register.php" class="nav__link"> Registrieren </a>
|
<a href = "auth/register.php" class="nav__button"> Registrieren </a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
Reference in New Issue
Block a user