-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp.html
More file actions
42 lines (33 loc) · 2.31 KB
/
temp.html
File metadata and controls
42 lines (33 loc) · 2.31 KB
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
<!doctype html>
<head>
<style>*{margin:0px;width:99.9%;font-family:"Comic Sans MS", cursive, sans-serif;color:#244435;}
#logot {background-color: white;border:none;outline:none;margin-left: -30px;font-size: 20px;}
#logot:hover{transform:scale(1.3);cursor:pointer;background-color: white;}
</style>
</head>
<body>
<div style="width:100%;height:100px;"/>
<div style="width:90%; float:left;"/>
<img src="advitiya.png" style="width:30%;height:80px;"/>
</div>
<div style="width:10%; float:left;margin-top:20px;"/>
<form method="post" action="session.php">
<input id="logot" type="submit" name="logout" value="Logout"/>
</form>
</div></div><hr width="100%" style="color:#3fc685;height:5px;" height="20px" color="#3fc685"/>
<div style="width:90%; min-height:700px; background-color:#f7f7f7;padding:5%;">
<div style="width:60%;background-color:white;min-height:500px;float:left;box-shadow:0px 5px 25px black;text-align:center;">
<hr width="100%" style="color:#3fc685;height:20px;" height="20px" color="#3fc685"/>
<h1 align="center" >Question 1</h1><br><hr style="width:80%;margin-left:10%;"><br>
<img src="q1.jpg" style="width:90%;min-height:300px;padding:5%;background-color:#3fc685"/><br><br>
<form method="post" action="level1.php">
<input required name="answ" type="text" style="width:50%;height:40px;background-color:#f7f7f7;float:left;margin-left:15%;"" placeholder="Enter Answer"/>
<input name="ans" type="submit" style="width:20%;height:40px;background-color:#3fc685;float:left;color:white;" value="Submit"/></form> <br><br><br>
</div>
<div style="width:30%;background-color:white;min-height:600px;float:left;margin-left:10%;box-shadow:0px 5px 25px black;">
<hr width="100%" style="color:#3fc685;height:20px;" height="20px" color="#3fc685"/>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fadvitiya.iitrpr&width=300&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=600" scrolling="yes" style="border:none; overflow:hidden; width:100%; height:600px; background: white; float:left; " allowtransparency="true" frameborder="0"></iframe></div>
</div>
<hr width="100%" style="color:#3fc685;height:20px;" height="20px" color="#3fc685"/>
</body>
</html>