-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask2.html
45 lines (45 loc) · 1.65 KB
/
task2.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
<!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="main1">
<img src="./images/tumbler_960x-removebg-preview.png">
<h4><i class="ri-map-pin-2-fill"></i>GRIDS.</h4>
<h1>Blvck <br>Tumbler</h1>
<div id="colblock"></div>
<div id="content1">
<h5>Black Lifestyle Lovers.</h5>
<h6>Experience what it feels like drinking your favourite beverage out of our premium, al-black mug that was designed with you in mind.</h6>
</div>
<div id="colblock2">
</div>
<div id="content2">
<h6>EXPLORE NOW</h6>
</div>
</div>
<div id="main2">
<i id="i1" class="ri-menu-line"></i>
<img id="i2" src="./images/icons8-right-arrow-48.png">
<i id="i3" class="ri-play-fill"></i>
<div id="colblock3"></div>
<div id="content3">
<h5>The Design.</h5>
<h6>Learn more what makes our Blvck Tumbler unique and different. Let's watch the video.</h6>
</div>
<div id="text">
<h1>Blvck Tumbler</h1>
</div>
<div id="circle"></div>
<div id="foot"><h6>CREDIT</h6></div>
</div>
</div>
</body>
</html>