Update 23 #32

Merged
Jason merged 14 commits from Develop into master 2023-11-06 14:40:24 +01:00
4 changed files with 17 additions and 5 deletions
Showing only changes of commit 76875a4df7 - Show all commits

View File

@@ -37,6 +37,8 @@ if ($tab == "") {$tab = "home";}
<li><a href="?tab=galerie" <?php if ($tab == "galerie")?>>Galerie</a></li>
<li><a href="?tab=radio" <?php if ($tab == "radio")?>>Musik</a></li>
</li>
<li class="mainMenu"><a href="#">Test</a>
<ul class="submenu">
<li><a href="#">Spiel</a></li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -44,6 +44,15 @@ $ulBorderM: 3px ridge darkgreen
//background-color: lightblue
width: 100%
.submenu
/*visibility: hidden
position: relative
li
/*display: none
li, a
border: none
header
height: 1.5rem
top: 1rem
@@ -120,3 +129,4 @@ $ulBorderM: 3px ridge darkgreen
&::after
transform: rotate(45deg)
top: 0