4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 16:40:52 +00:00

Style the header

This commit is contained in:
Chris Lowis
2025-06-20 14:27:42 +01:00
parent 20795aebf2
commit 1e60c58a6e
2 changed files with 33 additions and 3 deletions

View File

@ -1,11 +1,11 @@
<header>
<header class="header">
<div>
<a id="logo" href="/">
<a class="header_logo-link" href="/">
<img src="/assets/img/CoTech-logo.png">CoTech
</a>
</div>
<div>
<ul>
<ul class="header_menu-list">
<li><a href="/#members">Members</a></li>
<li><a href="/about">About</a></li>
<li><a href="/join">Join</a></li>