-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (91 loc) · 3.74 KB
/
index.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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<HTML>
<HEAD>
<style>
a:hover
{-webkit-text-fill-color:white;}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
font-size: 20PX;
/* Position the tooltip */
position: ABSOLUTE;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
ul {
padding: 0;
margin: 20px 10px;
}
ul li {
margin: 0px;
display: inline-block;
}
ul li a {
padding: 5px;
display: inline-block;
;
}
ul li a img {
width: 175px;
height: 200px;
display: block;
}
ul li a:hover img {
transform: scale(1.3);
}
</style>
</HEAD>
<TITLE>Gamingskill.com</TITLE>
<BODY link=black vlink=black background="bg.png"
style="background-repeat: no-repeat; background-attachment: fixed; background-size: cover; "
>
<div id="a" >
<a href="123456.HTML" align=right style="text-decoration: none;font-size: 25"><div class="tooltip">JARVIS
<span class="tooltiptext">SEARCH ENGINE</span>
</div></a>
<a href="GMAIL.HTML" align=right style="text-decoration: none;font-size: 25"><div class="tooltip">SMAIL
<span class="tooltiptext">OUR OWN EMAIL</span>
</div></a>
</div>
<center>
<font size=8 color=white face="cursive">
GAMING SKILLS</font>
<br><br></b>
<a href="#"> <img src="41_GTA_5.jpg" style="width:60%; padding:30px; border-radius:25px; box-shadow: 10px 20px 8px 10px #888888; ;border-color:black;" border=4px ></a>
<br><br>
<link=black; margin-left: 15px><center>
<font size=7 color=BLACK face="Viner Hand ITC">
<div class="tooltip">GAMES
<span class="tooltiptext">ONLINE STORE AND TUTORIALS</span></div>
</font>
<br><br><p align=left>
<div id="b">
<ul>
<li><a href="1.html"><img src="5555.png" width=10% height=30% style="border-radius: 10px; border-color:black; margin-left: 15px"></a> </li>
<li><a href="2.html"><img src="007.png" width=10% height=30% style="border-radius: 12px; border-color:black; margin-left: 15px"></a> </li>
<li><a href="3.html"><img src="htbm.jpg" width=10% height=30% style="border-radius: 15px; border-color:black; margin-left: 15px"></a> </li>
<li><a href="4.html"><img src="gta5.jpg" width=10% height=30% style="border-radius:15px ; border-color:black; margin-left: 15px"></a> </li>
<li><a href="9.html"><img src="asr.jpeg" width=10% height=30% style="border-radius: 15px; border-color:black; margin-left: 15px"></a> </li>
<li><a href="10.html"><img src="san.jpg" width=10% height=30% style="border-radius: 15px; border-color:black; margin-left: 15px"></a> </li>
<li><a href="11.html"><img src="m2.jpg" width=10% height=30% style="border-radius: 15px; border-color:black; margin-left: 15px"></a> </li>
<li><a href="#"><img src="btgoty.jpg" width=10% height=30% style="border-radius: 15px;margin-left: 15px"></a> </li>
<li><a href="#"><img src="wdcover.jpg" width=10% height=30% style="border-radius: 15px;margin-left: 15px"></a> </li>
<li><a href="#"><img src="fc3.jpg" width=10% height=30% style="border-radius: 15px;margin-left: 15px"></a> </li>
<li><a href="#"><img src="cod1.jpg" width=10% height=30% style="border-radius: 15px;margin-left: 15px;margin-left: 15px"></a> </li>
<li><a href="#"><img src="f16.jpg" width=10% height=30% style="border-radius: 15px;margin-left: 15px"></a> </li>
</ul>
</div>
<br>
</body>
</html>