-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBattlegrounds.css
116 lines (106 loc) · 1.73 KB
/
Battlegrounds.css
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body{
margin: 0;
background-image: url(bgbg.jpg);
}
/*.welcom-screen{
background-image: url("pubg.jpg");
background-repeat: no-repeat;
background-size: cover;
top: 0;
clear: both;
}*/
.header{
width: 100%;
height: 5vw;
background-color: black;
position: sticky;
position: -webkit-sticky;
top: 0;
clear: both;
}
.header img{
height: 5vw;
width: 5vw;
}
.topright{
float: right;
padding-top: 1.5vw;
padding-right: 5vw;
}
.menu{
float: left;
}
ul {
list-style-type: none;
margin: 0;
overflow: hidden;
background-color: black;
top: 2vw;
width: 40vw;
}
li {
float: left;
}
li a {
font-size: 1.3vw;
display: block;
color: white;
text-align: center;
padding: 1.7vw 1vw;
text-decoration: none;
}
li a:hover {
background-color: red;
}
div.gallery {
border: 1px solid #ccc;
}
div.gallery:hover {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) , 0 6px 20px rgba(0,0,0,0.19);
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
background-color: white;
font-size: 2vw;
font-family: "Hanalei Fill";
background-color: black;
color: yellow;
word-spacing: 15px;
}
* {
box-sizing: border-box;
}
.responsive {
padding: 0 6px;
float: left;
width: 24.99999%;
}
@media only screen and (max-width: 700px) {
.responsive {
width: 49.99999%;
margin: 6px 0;
}
}
@media only screen and (max-width: 500px) {
.responsive {
width: 100%;
}
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
h1{
font-size: 2vw;
font-family: "Hanalei Fill";
background-color: black;
color: yellow;
word-spacing: 15px;
}