-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.15 KB
/
index.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">
<title>Fb Like</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="post">
<div class="post-header">
<h3>Những điều liên quan đến Html/css</h3>
</div>
<div class="post-body">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem aut natus, ullam, iste minima ratione hic fugit voluptas ipsa modi quos repellat eius culpa, nihil tenetur iusto, cum odio harum.
</div>
<div class="post-footer">
<a class="icon-hover" href="#">
Thích
<div class="box-list-icons">
<div class="icon-thich">
<label>Thích</label>
</div>
<div class="icon-yeuthich">
<label>Yêu Thích</label>
</div>
<div class="icon-haha">
<label>Haha</label>
</div>
<div class="icon-wow">
<label>Wow</label>
</div>
<div class="icon-buon">
<label>Buồn</label>
</div>
<div class="icon-phanno">
<label>Phẫn nộ</label>
</div>
</div>
</a>
</div>
</div>
</div>
</body>
</html>