-
Notifications
You must be signed in to change notification settings - Fork 17
/
3.html
58 lines (55 loc) · 1.83 KB
/
3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" type="text/css" href="css/style-3.css"/>
</head>
<body>
<div class="wrap">
<div id="center" class="column">
<div id="center-wrap">
<h3>Airtnp Group</h3>
<p>Our group consists of 3 people from SJTU UMJI!</p>
<h3>Purpose</h3>
<p text-style="line-through">To have no decayed tooth!</p>
<p>To Save the World</p>
<p>To Learn and Appreciate</p>
<p>Most Important: </p>
<p style="font-size: 140%"><strong>To Feel Beauty</strong></p>
</div>
</div>
<div id="left" class="column">
<div id="left-wrap">
<figure>
<img src="img/logo.jpg" alt="logo"/>
</figure>
<p style="font-size: 140%">
<strong>
AIRTNP
</strong>
</p>
<p style="font-size: 60%">
logo made by LaTeX-pgf/tikz
</p>
</div>
</div>
<div id="right" class="column">
<div id="right-wrap">
<figure style="padding-top: 20px">
<figcaption>The XLLRRR</figcaption>
<img src="img/logo.jpg" alt="head1"/>
</figure>
<figure>
<figcaption>The Sphere</figcaption>
<img src="img/head2.jpg" alt="head2"/>
</figure>
<figure>
<figcaption>The Dash!!!</figcaption>
<img src="img/head3.png" alt="head3"/>
</figure>
</div>
</div>
</div>
</body>
</html>