-
Notifications
You must be signed in to change notification settings - Fork 0
/
Product-7.html
77 lines (75 loc) Β· 4.05 KB
/
Product-7.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!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>Product Image Change</title>
<link rel = "stylesheet" href = "style.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
</head>
<body>
<div class="d1">
<h1 align="left" class="name" style="color: #DFF6FF;">
<span class=" line"></span> <a href="home.html"> FREEIVA </a>
<input class="sear" type="text" placeholder="Search...">
<button class="searchBut" type="submit"> <a href="#"><img src="img/search.png" alt="π"></a></button>
<a href="#" class="login">Login</a>
<a href="#"><img class="wallet" src="img/w1.gif" alt=""></a>
</h1>
</div>
<div class = "main-wrapper">
<div class = "container">
<div class = "product-div">
<div class = "product-div-left">
<div class = "img-container">
<img src = "Images/B-S.jpeg" alt = "Bose Speaker">
</div>
<div class = "hover-container">
<!-- <div><img src = "Images/Product-4(1).png"></div> -->
<!-- <div><img src = "Images/Product-4(2).jpeg"></div> -->
<!-- <div><img src = "Images/Product-4(3).jpeg"></div> -->
</div>
</div>
<div class = "product-div-right">
<span class = "product-name">Bose Speker</span>
<span class = "product-price">$99</span>
<div class = "product-rating">
<img src="Images/Star-1.png">
<img src="Images/Star-2.png">
<img src="Images/Star-3.png">
<img src="Images/Star-3.png">
<img src="Images/Star-3.png">
</div>
<p>(20 ratings)</p>
<p class = "product-description">Bose Pursuit Speker</p>
<div class = "btn-groups">
<button type = "button" class = "add-cart-btn"><i class = "fas fa-shopping-cart"></i>add to cart</button>
<button type = "button" class = "buy-now-btn"><i class = "fas fa-wallet"></i>buy now</button>
</div>
</div>
</div>
<div class="para">
<p style="font-size: 40px; font-family: fantasy;">Descreption :-</p>
<br>
<p style="font-size: 20px; font-family: Monospace;">Relipop is a registered trademark. We are committed to providing high quality fashion clothing to make your life better. Choose Relipop, choose real popularity!</p>
<p style="font-size: 20px; font-family: Monospace;">HIGH QUALITY FABRIC: Polyester, soft, comfortable, breathable, skin-friendly, comfy to touch and wear, makes you feeling well.</p>
<p style="font-size: 20px; font-family: Monospace;">STYLISH DESIGN: Spaghetti strap makes you more fashion. Tie waist makes you more attractive. Ruffle hem makes this dress simple but elegant and classy, helps you show your unique charming</p>
</div>
<br>
<br>
<br>
<div class="para">
<p style="font-size: 40px; font-family: fantasy;">Review</p>
<br>
<form action="">
<textarea class="comment" placeholder="Type Your Comment Here."></textarea>
<br>
<input type="submit" value="Send" class = "send">
</form>
</div>
</div>
</div>
<script src = "script.js"></script>
</body>
</html>