Skip to content

Commit 4b6aa2e

Browse files
authored
Create about.html
1 parent a5b50c6 commit 4b6aa2e

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

about.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<html>
2+
<head>
3+
<title>Zero Bots Allowed</title>
4+
<link rel="icon" type="image/x-icon" href="icon.png">
5+
<style>
6+
body {
7+
text-align:center;
8+
background:#408000;
9+
color:#80ff00;
10+
font-size:25px;
11+
padding:10px;
12+
}
13+
14+
.tostyle {
15+
background:#408000;
16+
color:#80ff00;
17+
border:none;
18+
font-size:20px;
19+
border-radius:10px;
20+
padding:10px;
21+
border:solid 3px #80ff00;
22+
transition:.5s;
23+
}
24+
25+
.tostyle:hover{
26+
background:#80ff00;
27+
color:#408000;
28+
}
29+
30+
button {
31+
cursor:pointer;
32+
}
33+
34+
p {
35+
font-size:20px;
36+
}
37+
38+
@keyframes flash {
39+
from { border-color:red;
40+
color:red; }
41+
to {}
42+
}
43+
</style>
44+
</head>
45+
<body>
46+
<div style="margin-top:35vh;">
47+
<h1 style="margin-bottom:20px;">About Zero Bot Gate</h1>
48+
<p>Zero Bot Gate is</p>
49+
</div>
50+
</body>
51+
</html>

0 commit comments

Comments
 (0)