forked from jetchg/Vladamir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutupdate.html
More file actions
69 lines (58 loc) · 1.58 KB
/
aboutupdate.html
File metadata and controls
69 lines (58 loc) · 1.58 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
<a href="selection.html" class="cool-button">Back</a>
<center>
<h1>Update summary</h1>
<h3> 🎮 932/935 Games are visible to you <br>
    - Previouly only 10% games were visble <br>
🗃️ +6 Game collection are added to this site making a total of 935 games <br>
    - Previously only 212 games existed on this site <br>
✅ Fixed Gamebox and all games in it including roblox (sadly not nowgg.me 😔)
</h3>
<div>
<a href="selection.html" class="cool-button2">Click here to Play</a>
</div>
</center>
<style>
body {
background: rgb(180,58,120);
background: linear-gradient(90deg, rgba(180,58,120,1) 0%, rgba(253,243,29,0.5046393557422969) 50%, rgba(252,176,69,1) 100%);
}
.cool-button {
position: absolute;
top: 20px;
left: 20px;
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 50px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.cool-button:hover {
background-color: #3e8e41;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
.cool-button2 {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 50px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.cool-button2:hover {
background-color: #3e8e41;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
</style>