catbar 2.0 Version

This commit is contained in:
Paul Eisenbock 2026-01-23 08:58:39 +01:00
parent 29ff0cb904
commit f3d171c59c
3 changed files with 8 additions and 7 deletions

View File

@ -3,7 +3,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
background-color: #2d3b50; background-color: #2d3b50;
padding: 3px 0; /* nur minimal größer als Buttons */ padding: 1px 0; /* nur minimal größer als Buttons */
} }
/* Inner zentriert */ /* Inner zentriert */
@ -36,12 +36,12 @@
.home-nav__list li button[type="categorybutton"] { .home-nav__list li button[type="categorybutton"] {
width: 100%; width: 100%;
padding: 12px 0; /* <-- HIER steuerst du die Höhe */ padding: 8px 0; /* <-- HIER steuerst du die Höhe */
background-color: #2d3b50; background-color: #2d3b50;
color: #ffffff; color: #ffffff;
font-weight: bold; font-weight: bold;
font-size: 1rem; font-size: 0.9rem;
border: none; border: none;
cursor: pointer; cursor: pointer;
@ -73,8 +73,8 @@
content: ""; content: "";
position: absolute; position: absolute;
right: 0; right: 0;
top: 15%; top: 0%;
height: 70%; height: 100%;
width: 1px; width: 2px;
background-color: rgba(255, 255, 255, 0.4); background-color: rgba(255, 255, 255, 0.4);
} }

View File

@ -24,7 +24,7 @@
<div class="nav__menu" id="nav-menu"> <div class="nav__menu" id="nav-menu">
<ul class="nav__list"> <ul class="nav__list">
<li class="nav__item"> <li class="nav__item">
<a href="index.php" class="nav__link">Home</a> --> <a href="index.php" class="nav__link">Home</a>
</li> </li>
<li class="nav__item"> <li class="nav__item">

View File

@ -1,4 +1,5 @@
<?php include 'header.php'; ?> <?php include 'header.php'; ?>
<p>Secret pimmel</p>
<?php include 'footer.php'; ?> <?php include 'footer.php'; ?>