-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPIT-LANE.html
30 lines (26 loc) · 961 Bytes
/
PIT-LANE.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<body>
<html>
<head>
<link href="reset.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
<header>
<img src="images/pitlane-logo.png" alt="pitlane" />
<ul class="menu">
<li><a href="#">HOME</a></li>
<li><a href="#">SHOP</a></li>
<li><a href="#">ABOUT US</a></li>
<li><a href="#">CONTACT</a></li>
<li><a href="#">LOG IN</a></li>
</ul>
<p class="collection2023">COLLECTION 2023</p>
</header>
<div class="pic-homepage-main"></div>
<div class="pic-homepage">
<div class="grid-homepage">
<button class="button-shop">SHOP</button>
</div>
</div>
</body>
</html>