-
Notifications
You must be signed in to change notification settings - Fork 0
/
index3.html
49 lines (46 loc) · 1.65 KB
/
index3.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cartier</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="brand">
<img src="png-transparent-wrist-watch__1_-removebg-preview.png" />
</div>
<div id="navbars" class="container">
<nav class="navbar">
<div>
<ul class="navlinks">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">All Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li class="cartimage">
<a href="#"
><img
src="https://www.freepnglogos.com/uploads/shopping-cart-png/shopping-cart-royal-brites-poster-foam-board-photo-paper-royal-lace-19.png"
/></a>
</li>
</ul>
</div>
</nav>
</div>
<div>
<h2 class="html2-text">
Santos watch, large model, mechanical movement with automatic winding,
caliber 1847 MC. Steel case, 7-sided crown set with a faceted synthetic
spinel, silvered opaline dial, steel sword-shaped hands, sapphire
crystal. Steel bracelet with “SmartLink” adjustment system.
</h2>
</div>
<div>
<img class="rolex-page-imgs" src="santos1.png" alt="picture-one" />
<img class="rolex-page-imgs" src="santos2.png" alt="" picture-two />
<img class="rolex-page-imgs" src="santos3.png" alt="picture-three" />
</div>
</body>
</html>