-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboxes.html
More file actions
52 lines (51 loc) · 2.04 KB
/
Copy pathboxes.html
File metadata and controls
52 lines (51 loc) · 2.04 KB
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
<!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="root.css">
<link rel="stylesheet" href="css/Fonts.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito&display=swap">
</head>
<style>
body{
margin: 50px;
}
</style>
<body>
<!-- btn 4 - 5 - 6 - 10 ---=> p and icon -->
<div class="box-2">
<div class="prof"></div>
<h1 class="Username">Teacher</h1>
<div onclick="like()" class="like"><i class="fa fa-heart"></i></div>
<div class="bookmark"><i class="fa fa-bookmark"></i></div>
<div class="img"></div>
<div class="name">Title</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua Egestas purus viverra accumsan in nisl nisi </p>
</div>
<div class="box-1">
<img src="https://static.vecteezy.com/system/resources/previews/000/664/517/large_2x/human-colony-in-vector.jpg" alt="">
<p class="Title">Title</p>
<p class="writer">Teacher</p>
<p class="status">Completed <i class="fa-solid fa-check"></i></p>
<div class="line"></div>
<p class="Time"><i class="fa-solid fa-clock"></i>12:34</p>
<p class="sale">10$</p>
</div>
<div class="box-3">
<img src="https://static.vecteezy.com/system/resources/previews/000/664/517/large_2x/human-colony-in-vector.jpg" alt="">
<div class="Time">12:3</div>
<div class="Title">Title</div><br>
<p style="margin-left: 10px;">name</p>
</div>
<div class="box-4">
<img src="https://cdn-icons-png.flaticon.com/512/541/541509.png" alt="">
<p class="Title">js learn</p>
<p class="sale">Free <i class="fa-solid fa-gift"></i></p>
<p class="Time">42 min</p>
<p class="Teacher">Teacher</p>
</div>
</body>
</html>