-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shuaib.html
43 lines (43 loc) · 931 Bytes
/
Shuaib.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
<!DOCTYPE html>
<html>
<head>
<style>
h3 {
font-size: 30px;
color: antiquewhite;
}
.infobox {
border: solid;
width: 300px;
text-align: center;
background-color: antiquewhite;
}
img {
border: solid;
margin-top: 10px;
}
.textinfo {
font-size: 20px;
}
body {
background-color: #34495e;
}
</style>
<title>PAGE EDITOR</title>
</head>
<body>
<h3>Page Editor</h3>
<div class="infobox">
<img src="images/Shuaib.jpeg" alt="Avatar" width="250px" height="300px" />
<div class="textinfo">
<p>Name: Shuaib Feroze</p>
<p>Student Role: Student 3</p>
<p>Task:</p>
<ul>
<li>Quiz page</li>
<li>Student details page</li>
</ul>
</div>
</div>
</body>
</html>