-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
124 lines (101 loc) · 1.57 KB
/
styles.css
File metadata and controls
124 lines (101 loc) · 1.57 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
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
117
118
119
120
body {
background-image: url("csgo.jpg");
font-family: Courier New;
background-size: cover;
background-repeat: no-repeat;
}
h1 {
color: pink;
}
.clip {
frameborder="0";
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture";
}
.secondcolumn {
position: absolute;
left: 65%;
top: 10%;
}
.mehed li {
color: yellow;
font-size:22px;
margin-top:5px;
}
.saavutused {
top:5%;
position: relative;
right:10%;
}
.earnings {
right:10%;
position:relative;
}
.saavulist li {
color:yellow;
font-size:20px;
margin-top:10px;
}
.raha li {
color:yellow;
text-align:leftwards;
font-size: 20px;
margin-top:10px;
}
.trophy {
position:absolute;
top:120%;
left: 15%;
width:200px;
}
* {box-sizing:border-box}
.pildid {
max-width: 400px;
position: absolute;
margin-top: 40px;
margin-left: 25px;
}
.mySlides {
display: none;
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -29px;
padding: 10px;
color: pink;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.nimi {
color: black;
font-size: 19px;
font-weight: bold;
padding: -8px 12px;
position: relative;
bottom: 5px;
width: 100%;
text-align: center;
}
.numbertext {
color: black;
font-size: 16px;
font-weight: bold;
padding: 8px 12px;
position: absolute;
top: 0;
}
img {
border-radius: 20px;
}