-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
55 lines (53 loc) · 1.41 KB
/
index2.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
<title>刺猬兽资源站-关于我</title>
<div class="msg_desc">
<style>
body:before{
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .3;
z-index: -1;
content: "";
position: fixed;
background: url(https://www.dmoe.cc/random.php) center/cover;
}
.bubble-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.bubble {
position: relative;
width: 300px;
height: 200px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 50%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
}
.bubble-content {
text-align: center;
color: #333;
font-size: 18px;
font-weight: bold;
}
</style>
</head>
<body>
<div class="bubble-container">
<div class="bubble">
<div class="bubble-content">
<h2>关于刺猬兽资源站?</h2>
<p>这是一只热爱Minecraft的刺猬兽开的资源站.希望其他能够有喜欢Minecraft的数码兽来下载.</p>
<br>
<h2>关于我?</h2>
<p>就是一只刺猬兽呀刺猬兽~</p>
</div>
</div>
</div>
</body>
</html>