Add Navbar #14

Merged
jakob.scheid merged 10 commits from feature/add-navbar into main 2026-05-02 23:16:03 +02:00
Showing only changes of commit c93215e241 - Show all commits
+3
View File
@@ -4,6 +4,7 @@ nav{
padding: 10px 0;
border-bottom: 1px solid #000000;
}
nav ul {
display: flex;
list-style: none;
@@ -11,10 +12,12 @@ nav ul {
padding: 0;
gap: 30px;
}
nav a{
text-decoration: none;
color: black;
}
nav a:hover{
text-decoration: underline;
}