-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhomepage0.html
298 lines (260 loc) · 7.62 KB
/
homepage0.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap" rel="stylesheet">
<style>
body{margin:0px;
padding:0px;
background-image: url("doctor-strange edit.jpg");
background-size: 100% 100%;
height:1000px;
font-family: 'Bree Serif';
font-color:white}
header{
border-bottom:3px solid rgba(255, 255, 255, 0.401);
background-color:rgba(192, 20, 255, 0.334)
}
.border{
position:sticky;
}
.left{display:inline-block;
position:absolute;
left:30px;
top:10px;
color:aliceblue
}
.icon{display:block;
position:absolute;
left:90px;
top:10px;
}
.mid{
display:block;
width:90%;
margin:1px 0px auto auto;
padding:1px 0px 0px 0px;
}
.right{
display:inline-block;
position:absolute;
right:30px;
top:24px;
color:aliceblue;
}
.navbar li{
display:inline-block;
position: sticky;
}
.navbar li a{
color:rgb(255, 255, 255);
text-decoration: none;
font-size:22px;
padding:34px 23px;
}
.navbar li a:hover{
color: rgb(164, 164, 164);
text-decoration: underline;
}
.btn
{
margin:1px;
background-color:black;
color:rgb(255, 255, 255);
padding:2px 10px;
border:2px solid white;
border-radius:10px;
font-size:20px;
cursor:pointer;
}
.btn2
{
margin:9px 29px;
background-color:rgba(25, 253, 0, 0.132);
color:rgb(255, 255, 255);
padding:2px 20px;
border:2px solid white;
border-radius:10px;
font-size:25px;
cursor:pointer;
}
.btn2:link
{
color:rgb(255, 255, 255);
}
.btn3{
margin:4px;
width:100%;
color:rgb(0, 0, 0);
padding:2px 20px;
border:2px solid rgba(0, 0, 0, 0.349);
font-size:20px;
cursor:pointer;
border-radius:5px;
}
.container
{
border:2px solid rgba(255, 255, 255, 0.163);
background-color: rgba(0, 0, 0, 0.382);
margin:150px 50px;
padding:20px 20px;
width:30%;
min-width: 300px;
border-radius:20px;
font-size:22px;
color:aliceblue
}
.modal_c{
width:100%;
height:120%;
display:grid;
pointer-events: none;
margin:-700px 0px 0px 0px;
opacity: 0;
position:absolute;
background:rgba(0, 103, 50, 0.8);
transition:all 250ms ease;
}
.modal_c2{
width:100%;
height:120%;
display:grid;
pointer-events: none;
margin:-700px 0px 0px 0px;
opacity: 0;
position:absolute;
background:rgba(0, 103, 50, 0.8);
transition:all 250ms ease;
}
.modal{
width:400px;
height:400px;
align-self:center;
justify-self: center;
position: relative;
background:rgb(255, 255, 255);
border:2px solid #ffffff;
padding:20px;
box-shadow: 0px 0px 50px 5px rgb(0, 189, 91);
border-radius:20px;
}
.modal2{
width:350px;
height:350px;
justify-self: center;
align-self: center;
position: relative;
background:rgb(255, 255, 255);
border:2px solid #fffefe;
padding:20px;
box-shadow: 0px 0px 50px 5px rgb(0, 189, 91);
border-radius:20px;
}
.modal_h{
box-sizing: border-box;
width:100%;
display:block;
height:60px;
margin-bottom:0px;
color:rgb(0, 0, 0);
padding:10px;
text-align: center;
font-size:30px;
border-bottom: 2px solid rgba(0, 0, 0, 0.385) ;
}
input{
margin-top: 7.5px;
margin-bottom: 7.5apx;
padding:10px;
width:100%;
box-sizing: border-box;
border-radius: 5px;
height:50px;
border:0px;
font-family: georgia;
font-size: 11pt;
text-align: center;
}
.modal_c:target{
opacity:1;
pointer-events: auto;
}
.modal_c2:target{
opacity:1;
pointer-events: auto;
}
</style>
</head>
<body>
<header>
<div class="border">
<div class="left">
<img src="wp8601613.jpg";
height="48px";
width="60px">
<div style="color:aliceblue"></div>
</div>
<div class="icon" style="color:aliceblue;font-size:12px;" >
<div>
THE
</div>
<div>
QUIZZER
</div>
<div>
SUPREME
</div>
</div>
<div class="mid">
<ul class="navbar">
<li><a href="*">Home </a></li>
<li><a href="*">About Us </a></li>
<li><a href="*">Contact Us</a></li>
</ul>
</div>
</div>
</header>
<div class="container">
You think you know how the world works? You think that this material universe is all there is?
What is real? This universe is only one of an infinite number. Worlds without end.
Some benevolent and life-giving. Who are you in this vast Multiverse?Are you ready to become the next quizer supreme Mr.Strange?
<br>
<button class="btn2"><a href="#modal">Login</a></button>
<button class="btn2"><a href="#modal2">Sign-up</a></button>
</div>
<div class="modal_c" id="modal">
<div class="modal">
<a href="#">X</a>
<span class="modal_h">
LOG-IN
</span>
<form action="#">
<input type="text" placeholder="Email/Username" ><br>
<input type="password" placeholder="Password"><br>
<input type="submit" class="btn" value="LOG-IN">
</form>
<div style="text-align: center;
font-size:30px;color:grey">(OR)</div>
<button class="btn3">Login with Google</button>
<button class="btn3">Login with channeli</button>
</div>
</div>
<div class="modal_c2" id="modal2" >
<div class="modal2">
<a href="#">X</a>
<span class="modal_h">
SIGN-UP
</span>
<form action="#">
<input type="text" placeholder="Enter Email ID" ><br>
<input type="text" placeholder="Enter Username" ><br>
<input type="password" placeholder="Create Password"><br>
<input type="submit" class="btn" value="SIGN-UP"><br>
</form>
</div>
</div>
</body>
</html>