-
Notifications
You must be signed in to change notification settings - Fork 0
/
task4.html
72 lines (72 loc) · 3.08 KB
/
task4.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
<!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>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="task4.css">
</head>
<body>
<div id="main">
<div id="nav">
<div id="nav1">
<h1>Bestern.</h1>
</div>
<div id="nav2">
<a href="#" class="nav_a">Home</a>
<a href="#" class="nav_a">Products</a>
<a href="#" class="nav_a">Gallery</a>
<a href="#" class="nav_a">About</a>
<a href="#" class="nav_a">Contact</a>
</div>
<div id="nav3">
<i id="i1" class="ri-search-line"></i>
<i id="i2" class="ri-shopping-basket-2-line"></i>
</div>
</div>
<div id="center">
<div id="center1">
<img id="img" src="https://images.unsplash.com/photo-1653502061880-66ca33910bcf?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MnxXM3U0Sk1rRzRyQXx8ZW58MHx8fHw%3D&auto=format&fit=crop&w=500&q=60" alt="">
</div>
<div id="center2">
<img id="img" src="https://images.unsplash.com/photo-1546372561-8fea4bb1aa7b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=432&q=80" alt="">
</div>
<div id="center3">
<img id="img" src="https://images.unsplash.com/photo-1528754704377-60e053a66165?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDF8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&w=500&q=60" alt="">
</div>
<div id="text">
<h1>Discover</h1>
<h2>the best</h2>
<h1>Furnitures</h1>
</div>
<div id="img1">
<img src="./icons8-left-arrow-50.png" alt="">
</div>
<div id="img2">
<img src="./icons8-right-arrow-50.png" alt="">
</div>
<div id="img3">
<img src="./image-removebg-preview.png" alt="">
</div>
<div id="float"></div>
<div id="float-text">
<h4>New season offers</h4>
<h3>Upto 50%</h3>
</div>
<div id="content">
<h3>PersianKashmar <br> s320.00</h3>
<h5>Persian-Kashamar is a 4-seats sofa. It's so comfortable and so special because of it's unique
colors. You can buy it right now from our online shop.</h5>
<div id="on-color"></div>
<div id="color"><div id="color1"></div>
<div id="color2"></div>
<div id="color3"></div></div>
<div id="button"><button>Add to cart</button></div>
</div>
<img id="img5" src="./image-removebg-preview1.png" alt="">
</div>
</div>
</body>
</html>