half klaar

This commit is contained in:
HodiamontHods
2025-09-29 09:51:54 +02:00
parent 51d2265d3a
commit cfed07147c
2 changed files with 16 additions and 0 deletions

View File

@@ -4,8 +4,17 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title> <title>Document</title>
<link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<header>
<li>
<ul><a href=""><button>hallo</button></a></ul>
<ul><a href=""><button>alvin</button></a></ul>
<ul><a href=""></a><button>kkk</button></ul>
</li>
</header>
</body> </body>
</html> </html>

View File

@@ -0,0 +1,7 @@
body{
background-color: blueviolet;
}
header{
}