-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask8.html
56 lines (56 loc) · 1.81 KB
/
task8.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
<!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 rel="stylesheet" href="task8.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
</head>
<body>
<div id="main">
<div id="left1">
<div id="center">
<h1>Probably not</h1>
<h6>Be a part of our creation</h6>
<button>More <i class="ri-arrow-right-s-line"></i></button>
</div>
</div>
<div id="right1">
<img src="./images/photo-1470509037663-253afd7f0f51-removebg-preview.png" alt="">
</div>
<div id="left2">
<div id="center">
<h1>But not today</h1>
</div>
</div>
<div id="right2">
<img src="./images/photo-1630246746527-4b28ae876bf0-removebg-preview.png" alt="">
</div>
<div id="nav">
<i class="ri-leaf-fill"></i>
<h1>B'tplatz.</h1>
</div>
<h6>Be a part of our creation</h6>
<button>More <i class="ri-arrow-right-s-line"></i></button>
<div id="verticle">
<h4>+88 (00) 800 80 80</h4>
</div>
<div id="foot">
<h5 id="h5" >FB</h5>
<h5>TW</h5>
<h5>iC</h5>
<h5>YT</h5>
</div>
<div id="down">
<img src="./images/icons8-right-arrow-50.png" alt="">
</div>
<div id="icon"><i class="ri-add-fill"></i></div>
<div id="up">
<img src="./images/icons8-right-arrow-50.png" alt="">
</div>
</div>
<script src="task8.js"></script>
</body>
</html>