This commit is contained in:
HodiamontHods
2025-09-30 11:37:54 +02:00
parent 96eefa95a4
commit de6e8bbac1
2 changed files with 40 additions and 17 deletions

View File

@@ -7,14 +7,20 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<ul>
<li><a href=""><button>hallo</button></a></li>
<li><a href=""><button>alvin</button></a></li>
<li><a href=""></a><button>Senna</button></li>
</ul>
</header>
<header>
<div class="header-buttons">
<div class="left-buttons">
<button>home</button>
<button>info</button>
<button>Magazijn</button>
</div>
<div class="right-buttons">
<button>winkelmand</button>
<button>vertalen</button>
</div>
</div>
</header>
</body>
</html>