-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (69 loc) · 1.93 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=file:///Users/trung/Desktop/H-Code/index.html">
<title>Demo H-code</title>
<style>
body{
margin-right: 5%;
margin-left: 5%;
}
.title_1{
text-align: center;
font-size: 50px;
color: green;
}
.layout_left{
border-style: solid ;
border-radius: 20px;
float: left;
width: 46%;
margin: 20px;
}
.layout_left p,a{
font-size: 20px;
margin: 10px;
}
.text_img{
width: 100%;
margin: 10px;
}
.text_img img{
width: 15%;
float: left;
}
.text_img p{
float: right;
width: 82%;
}
.text_img ol{
float: right;
width: 82%;
font-size: 20px;
}
</style>
</head>
<body>
<div class="title_1" > Siêu nhân 5 </div>
<hr>
<div class="layout_left">
<p>Đây là 1 đoạn văn miêu tả những chức năng cơ bản về những sé diễn ra trong tương lai.
<br>Đây là những thông tin cần thiết để bay lên sao hỏa<br>
</p>
<a href="https://www.google.com" target="_blank">Nơi tới thiên đường</a>
</div>
<div class="layout_left">
<div class="text_img">
<img src="1332401356.jpg" alt="" style="width: 70px;height: 70px;border-radius: 20px;">
<p> Sau 1 thời gian suy nghĩ rất là vắt óc suy nghĩ ta sẽ có nhiều kết luận. </p>
<ol>
<li>Xa tổ quốc</li>
<li>Xa đồng bào</li>
<li>Xa quần đảo</li>
<li>Xa trái đất</li>
</ol>
</div>
</div>
</body>
</html>