-
Notifications
You must be signed in to change notification settings - Fork 0
/
zen5.html
41 lines (41 loc) · 2.05 KB
/
zen5.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="wrapper">
<div class="neon-wrapper">
<span class="txt">DogeSmirkers</span>
<span class="gradient"></span>
<span class="dodge"></span>
</div>
</div>
<div class="wrapper2">
<div class="neon-wrapper2">
<span class="txt2">Welcome to DogeSmirkers</span>
<span class="gradient2"></span>
<span class="dodge2"></span>
</div>
</div>
<br></br>
<a href="https://github.com/yelu2021" target="_blank"><img src="/zen5/img/doge.gif" style=" border:2px solid #fff; box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; border-radius:25px;"></a>
<br></br>
<div class="navbar">
<a href="/zen5/zen5.html">Home</a>
<a href="/zen5/about.html">About Us</a>
<a href="/zen5/team.html">Our Team</a>
<a href="/zen5/promotions.html">Promotions</a>
</div>
<div class="zen5">
<div class="left">
<marquee direction="left" scrollamount="10" height="70" width="100%" style="font-size: 30px; background: #1b1b1b; width: 220px; margin-left: 580px; height: 40px; padding: 5px; border-radius: 10px; box-shadow: 0 0 5px black; color: white; text-shadow: 3px 0px 5px yellow; font-variant: small-caps;">Hello Everyone</marquee>
</div>
<br>
<h3 style="text-align: center; font-size: 50px; font-family: Impact, fantasy;">I'm Zen5</h3>
<br>
<a href="/zen5/zen5.html" target="_blank"><img src="/zen5/img/zen5.JPEG" style=" border:2px solid #fff; box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; border-radius:25px;"></a>
</div>
</body>
</html>