-
Notifications
You must be signed in to change notification settings - Fork 0
/
Homepage_Test.html
executable file
·54 lines (52 loc) · 1.15 KB
/
Homepage_Test.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
<!doctype html>
<html>
<head>
<title>InfiniX - Realm of Gamers</title>
</head>
<body>
<div
id="home"
class="heading"
style="
background-position: center center;
background-image: url(Images/Orange.png);
background-size: cover;
background-attachment: fixed;
height: 81.5vh;
"
>
<center>
<h1
align="center"
style="
margin-bottom: 0;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font-size: 8em;
"
>
InfiniX
</h1>
<div
class="textbox"
style="
width: 40rem;
background-color: rgba(243, 166, 0, 1);
border-radius: 0.6rem;
box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
"
>
<h4
align="center"
style="
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
font-size: 3em;
color: rgba(0, 0, 0, 1);
"
>
Into the Realm of Gamers
</h4>
</div>
</center>
</div>
</body>
</html>