feat: link zur startseite im logo
This commit is contained in:
parent
f1a71dbf47
commit
18ac1f6964
8 changed files with 8 additions and 8 deletions
|
|
@ -15,7 +15,7 @@
|
|||
border-bottom: 1px solid rgba(255,255,255,0.07);
|
||||
position: sticky; top: 0; z-index: 100;
|
||||
}
|
||||
nav .logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: 0.12em; color: #fff; }
|
||||
nav .logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: 0.12em; color: #fff; text-decoration: none; }
|
||||
nav ul { list-style: none; display: flex; column-gap: 2rem; row-gap: 0.5em; flex-wrap: wrap; }
|
||||
nav ul a { color: var(--muted); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
|
||||
nav ul a:hover, nav ul a.active { color: #fff; }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<body>
|
||||
<nav>
|
||||
<span class="logo">Glück Auf</span>
|
||||
<a href="index.html" class="logo">Glück Auf</a>
|
||||
<ul>
|
||||
<li><a href="index.html">Start</a></li>
|
||||
<li><a href="ueber_mich.html">Über mich</a></li>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<body>
|
||||
<nav>
|
||||
<span class="logo">Glück Auf</span>
|
||||
<a href="index.html" class="logo">Glück Auf</a>
|
||||
<ul>
|
||||
<li><a href="index.html">Start</a></li>
|
||||
<li><a href="ueber_mich.html">Über mich</a></li>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<span class="logo">Glück Auf</span>
|
||||
<a href="index.html" class="logo">Glück Auf</a>
|
||||
<ul>
|
||||
<li><a href="index.html" class="active">Start</a></li>
|
||||
<li><a href="ueber_mich.html">Über mich</a></li>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<body>
|
||||
<nav>
|
||||
<span class="logo">Glück Auf</span>
|
||||
<a href="index.html" class="logo">Glück Auf</a>
|
||||
<ul>
|
||||
<li><a href="index.html">Start</a></li>
|
||||
<li><a href="ueber_mich.html">Über mich</a></li>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<span class="logo">Glück Auf</span>
|
||||
<a href="index.html" class="logo">Glück Auf</a>
|
||||
<ul>
|
||||
<li><a href="index.html">Start</a></li>
|
||||
<li><a href="ueber_mich.html">Über mich</a></li>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<span class="logo">Glück Auf</span>
|
||||
<a href="index.html" class="logo">Glück Auf</a>
|
||||
<ul>
|
||||
<li><a href="index.html">Start</a></li>
|
||||
<li><a href="ueber_mich.html">Über mich</a></li>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<span class="logo">Glück Auf</span>
|
||||
<a href="index.html" class="logo">Glück Auf</a>
|
||||
<ul>
|
||||
<li><a href="index.html">Start</a></li>
|
||||
<li><a href="ueber_mich.html" class="active">Über mich</a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue