style.css
1.24 KB
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
body {
width: 100%;
height: 100%;
background-size: auto;
}
.Chess {
height: 100%;
width: 100%;
position:absolute;
}
.Banner {
position: relative;
height: 215px;
width: 100%;
background: linear-gradient(100deg,black,gray);
z-index: 1;
}
.Icon {
position: absolute;
width: 450px;
height: 165px;
top: 50px;
left: 80px;
float: left;
z-index: 3;
}
.Button {
position:absolute;
top:0;
height: 300px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size:xx-large;
}
.Button_e {
position: absolute;
top: 0px;
right: 0px;
height: 215px;
width: 250px;
display: flex;
align-items: center;
justify-content: flex-start;
float: left;
z-index: 3;
}
.Button2 {
position: relative;
height: 200px;
width: 100%;
text-align: center;
margin-top:15px;
}
.Bannerpng {
position: absolute;
width: 615px;
height: 215px;
top: 0;
right: 115px;
float: right;
z-index: 2;
}
.tier{
position:absolute;
top:30px;
right: 58%;
}
.tier__summary {
position: absolute;
top: 80px;
right:45%;
}
.game {
position: absolute;
top: 80px;
right: 45%;
}