-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgameBlog.html
59 lines (50 loc) · 1.89 KB
/
gameBlog.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
<!DOCTYPE html>
<html>
<head>
<title>星河军小站</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/popper.js/1.15.0/umd/popper.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<style>
.list-group-item {
margin: 30px;
width: 120px;
height: 120px;
border-radius: 120px !important;
}
.nav-li {
padding: 20px;
}
</style>
</head>
<body>
<div class="page-header" style="background:white; padding: 30px;">
<div class="nav clearfix text-center" id="sdoNav" style="display: block;">
<span class="nav-li"><span>首页</span></span>
<span class="nav-li"><span>首页</span></span>
<span class="nav-li"><span>首页</span></span>
<span class="nav-li"><span>首页</span></span>
<span class="nav-li"><span>首页</span></span>
</div>
</div>
<div style="background-image: url(1.jpg);
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;">
<div class="container" style="height: 791px;">
<div class="row">
<div class="col-md-12">
<ul class="list-group" style="width: 150px;">
<li class="list-group-item">First item</li>
<li class="list-group-item">Second item</li>
<li class="list-group-item">Third item</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>