-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (41 loc) · 1.64 KB
/
index.html
File metadata and controls
50 lines (41 loc) · 1.64 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="index.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
<header>
<h1>III</h1>
<nav>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div>
<h2>III is a Spanish multinational clothing retail chain that specializes in fast fashion.</h2>
<p>It has over 156 stores worldwide and offers clothing, accessories, shoes, beauty products, and perfumes. You can find the latest trends in clothing in the various categories below.</p>
</div>
<div class="grid-container">
<div class="grid-item"><a href="#">Women</a></div>
<div class="grid-item"><a href="#">Men</a></div>
<div class="grid-item"><a href="#">Kids</a></div>
<div class="grid-item"><a href="#">Unisex</a></div>
<div class="grid-item"><a href="#">Elderly Women</a></div>
<div class="grid-item"><a href="#">Elderly Men</a></div>
<div class="grid-item"><a href="#">Shoes</a></div>
<div class="grid-item"><a href="#">Accessories</a></div>
<div class="grid-item"><a href="#">Makeup</a></div>
</div>
</main>
<footer>
<p>Weekly new trends in clothes, shoes & accessories at III online. FREE SHIPPING for you to try on at your leisure.</p>
</footer>
</body>
</html>