-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 898 Bytes
/
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
<html>
<head>
<style>
#pdf {
border: none;
padding: 0;
text-align: middle;
display: block;
width: 85vw;
margin: 0 auto;
}
#insert_img {
text-align: middle;
display: block;
margin: 0 auto;
}
div {
display: flex;
flex-direction: column;
align-items: center
}
</style>
</head>
<body>
<div>
<img id="insert_img" src="4-body.gif" width="350px" height="350px">
<img id="pdf" src="untitled-1.jpg">
<img id="pdf" src="untitled-2.jpg">
<img id="insert_img" src="qstart.png">
<img id="pdf" src="untitled-3.jpg">
<img id="pdf" src="untitled-4.jpg">
<img id="insert_img" src="6-body.gif" width="400px" height="400px">
</div>
</body>
</html>