catbar 2.0 Version
This commit is contained in:
parent
29ff0cb904
commit
f3d171c59c
@ -3,7 +3,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #2d3b50;
|
||||
padding: 3px 0; /* nur minimal größer als Buttons */
|
||||
padding: 1px 0; /* nur minimal größer als Buttons */
|
||||
}
|
||||
|
||||
/* Inner zentriert */
|
||||
@ -36,12 +36,12 @@
|
||||
|
||||
.home-nav__list li button[type="categorybutton"] {
|
||||
width: 100%;
|
||||
padding: 12px 0; /* <-- HIER steuerst du die Höhe */
|
||||
padding: 8px 0; /* <-- HIER steuerst du die Höhe */
|
||||
|
||||
background-color: #2d3b50;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
@ -73,8 +73,8 @@
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 15%;
|
||||
height: 70%;
|
||||
width: 1px;
|
||||
top: 0%;
|
||||
height: 100%;
|
||||
width: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<div class="nav__menu" id="nav-menu">
|
||||
<ul class="nav__list">
|
||||
<li class="nav__item">
|
||||
<a href="index.php" class="nav__link">Home</a> -->
|
||||
<a href="index.php" class="nav__link">Home</a>
|
||||
</li>
|
||||
|
||||
<li class="nav__item">
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php include 'header.php'; ?>
|
||||
|
||||
<p>Secret pimmel</p>
|
||||
|
||||
<?php include 'footer.php'; ?>
|
||||
Loading…
Reference in New Issue
Block a user