-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathistProject.html
More file actions
35 lines (35 loc) · 1.26 KB
/
Copy pathistProject.html
File metadata and controls
35 lines (35 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="istproject.css">
</head>
<body>
<div id="main">
<div id="nav">
<a href="#">Home</a>
<a href="#">Shop</a>
<a href="#">Lookbook</a>
<a href="#">About</a>
<a href="#">News</a>
<a href="#">Cart</a>
</div>
<h1>Sweaters</h1>
<div id="btm-lft">
<h3>Product details</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius ad expedita id excepturi.</p>
<h4>Material</h4>
<p>Lorem ipsum dolor sit.</p>
</div>
<div id="btmBar">
<h1>New Collection</h1>
<a href="#">Shop The Look</a>
</div>
<img id="img1" src="https://images.pexels.com/photos/31529788/pexels-photo-31529788.jpeg" alt="" srcset="">
<img id="img2" src="https://images.pexels.com/photos/31529783/pexels-photo-31529783.jpeg" alt="" srcset="">
<img id="img3" src="https://images.pexels.com/photos/31529785/pexels-photo-31529785.jpeg" alt="" srcset="">
</div>
</body>
</html>