-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest2.html
67 lines (62 loc) · 1.64 KB
/
test2.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
<!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>Download Kill Dogs</title>
<link rel="shortcut icon" href="favicon.ico">
</head>
<style>
img {
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
}
p#pt{
width: 100%;
position: absolute;
font-size: 50px;
color: rgb(255, 255, 255);
white-space: nowrap;
overflow: auto;
font: bold;
}
p#pst{
width: 75%;
position: absolute;
top: 20%;
left: 13%;
font-size: 25px;
color: rgb(255, 255, 255);
word-wrap:break-word;
word-break:break-all;
overflow: hidden;
}
body
{
background: rgb(18, 16, 22)
}
td {
display: flex;
align-items: center;
justify-content: center;
}
</style>
<body>
<p id="pt"align="center">下载Kill Dogs</p>
<!--效果图-->
<p id="pst"align="center">PC/移动端效果图:</p>
<!--<img src="./resource/PC.png"style="width: 70%;position: absolute;left: 15%;top:30%"/>-->
<img src="./resource/both.jpg" style="width: 70%;position: absolute;left: 15%;top:32%" class="centered-image" alt="Your Image">
<table>
<tr>
<td>
<img src="./resource/mobile.jpg" alt="Your Image">
<img src="./resource/PC.png" alt="Your Image">
</td>
</tr>
</table>
</body>
</html>