-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathopen-web-sync.html
117 lines (110 loc) · 2.24 KB
/
open-web-sync.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
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="CSS/body.css"/>
<link rel="stylesheet" href="CSS/nav-click.css"/>
<title>Home</title>
<link rel="icon" type="images/x-icon" href="https://i.ibb.co/CwGrjr8/darkredcircle-removebg-preview.png">
</head>
<body>
<style>
li {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 20px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
h1 {
text-align: center;
border: solid #8B0000 5px;
border-radius: 10px;
background-color: #8B0000;
font-size: 200px;
color: #ffffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
h2 {
text-align:center;
font-size: 50px;
color: #ffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
p {
text-align: center;
font-size: 20px;
color: #ffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
footer {
position: fixed;
text-align: center bottom;
left: 0;
bottom: 0;
height: 50px;
width: 100%;
font-size: 20px;
color: #ffff;
font-weight: bold;
margin: auto;
background-color: #222211;
}
div {
display: inline;
align-items: center;
}
.btn-on {
color: skyblue;
padding: 10px 24px;
cursor: pointer;
width: 50%;
display:inline;
text-align:center;
font-size: 2rem;
top: 50px;
}
center {
display: block;
margin: 0 auto;
}
center2 {
text-align: center;
}
</style>
<div class="nav">
<li> </li>
<h2>Golden</h2>
<a href="index.html" class="nav-click nav-click-rounded">Home</a>
<a href="game.html" class="nav-click nav-click-rounded">Games</a>
<a href="open-web-sync.html" class="nav-click nav-click-rounded nav-on">Apps</a>
<a href="about.html" class="nav-click nav-click-rounded">About</a>
<li> </li>
</div>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<h1>Apps</h1>
<li> </li>
<h2>This is Broken</h2>
<div class="row">
</div>
<li> </li>
<li> </li>
<li> </li>
</body>
</html>