mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 11:06:39 +01:00
fix: correct stylesheet link and adjust whitespace in list items
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user