-
Notifications
You must be signed in to change notification settings - Fork 0
/
darkhenrahl.html
178 lines (167 loc) · 4.37 KB
/
darkhenrahl.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<head>
<style>
.dropbtn {
background-color: #04AA6D;
color: white;
padding: 16px;
font-size: 16px;
border: none;
border-radius: 8px;
}
.dropbtn2 {
background-color: #b3b3b3;
color: white;
min-width: 110px;
padding: 16px;
font-size: 16px;
border: none;
border-radius: 8px;
}
.dropdown {
position: fixed;
z-index: 1;
padding: 4px;
display: inline-block;
}
.dropdown2 {
position: relative;
padding: 4px;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 120px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 10px;
}
.dropdown-content2 {
display: none;
position: absolute;
top: 0px;
left: 118px;
background-color: #66ff99;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 10px;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border-radius: 8px;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.dropdown-content2 a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border-radius: 8px;
}
.dropdown-content2 a:hover {background-color: #00ffff;}
.dropdown2:hover .dropdown-content2 {display: block;}
.dropdown2:hover .dropbtn2 {background-color: #666666;}
#grad1 {
}
.txt {
position: absolute;
top: 100px;
left: 2%;
padding: 5px;
text-align: left;
color: black;
}
.center {
position:absolute;
top: 0px;
left: 0px;
width: 100%;
text-align:center;
background-color: #000099;
color: white;
}
.picture {
position: absolute;
top: 60px;
left: 80%;
margin: 5px;
width: 18%;
height: auto;
}
</style>
<title>Darkhen Rahl</title>
<link rel="icon" type="image/x-icon" href="https://github.com/Pancake010/Pancake010.github.io/blob/main/SmallLogo.png?raw=true">
</head>
<body>
<style>
body, html{
height:100%;
}
body {
height: 100%;
background-color: transparent; /* For browsers that do not support gradients */
background-image: linear-gradient(to bottom left, #ff9999, transparent, transparent);
background-repeat: no-repeat;
}
</style>
<div class="center">
<h1>Darkhen Rahl</h1>
</div>
<div class="dropdown">
<button class="dropbtn">Menu</button>
<div class="dropdown-content">
<div class ="dropdown2">
<button class="dropbtn2">Characters</button>
<div class = "dropdown-content2">
<a href="https://pancake010.github.io/zedd.html">Zedd</a>
<a href="https://pancake010.github.io/chase.html">Chase</a>
<a href="https://pancake010.github.io/darkhenrahl.html">Darkhen Rahl</a>
<a href="#">?</a>
</div>
</div>
<div class ="dropdown2">
<button class="dropbtn2">Places</button>
<div class = "dropdown-content2">
<a href="https://pancake010.github.io/westland.html">Westland</a>
<a href="https://pancake010.github.io/heartland.html">Heartland</a>
<a href="#">?</a>
</div>
</div>
<div class ="dropdown2">
<button class="dropbtn2">Other</button>
<div class = "dropdown-content2">
<a href="https://pancake010.github.io/quad.html">Quad fighters</a>
<a href="https://pancake010.github.io/gar.html">Gars</a>
<a href='https://pancake010.github.io/swordoftruth.html'>Sword of Truth</a>
<a href="#">?</a>
</div>
</div>
<a href="https://pancake010.github.io/welcome.html">Main menu</a>
</div>
</div>
<div class="txt">
<h3>Name: </h3>
<p>Darkhen Rahl</p>
<h3>Age: </h3>
<p>unknown</p>
<h3>Lives in</h3>
<p>People's Palace in Dhara</p>
<h3>Job: </h3>
<p>Caster, Ruler of Dhara</p>
<h3>About me: </h3>
<p>It's the result that counts</p>
<h3>Info: </h3>
<p>Darkhen Rahl is the "bad guy", although he thinks he is doing good.<a href="https://pancake010.github.io/zedd.html">Zedd</a> Killed his father and burned him. He knows magic, has special soldiers who are called a <a href="https://pancake010.github.io/quad.html">Quad</a>. He has put the boxes of orden into play and is now trying to kill Alastor.</p>
</div>
<img class="picture" src="https://github.com/Pancake010/Pancake010.github.io/blob/main/Darkhen%20Rahl.png?raw=true" title="Darkhen Rahl">
</body>
</html>