mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 02:56:48 +01:00
fix: correct stylesheet link formatting and adjust whitespace in list items
This commit is contained in:
@@ -4,14 +4,14 @@
|
|||||||
<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">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href=""><button>hallo</button></a></li>
|
<li><a href=""><button>hallo</button></a></li>
|
||||||
<li><a href=""><button>alvin</button></a></li>
|
<li><a href=""><button>alvin</button></a></li>
|
||||||
<li><a href=""></a><button>Senna</button></li>
|
<li><a href=""></a><button>Senna</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user