-
Notifications
You must be signed in to change notification settings - Fork 0
/
draft.html
54 lines (45 loc) · 1.7 KB
/
draft.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
<HTML>
<head>
<title>Page Editor</title>
<style>
body {
background-color: #fff7e8;
}
.Box {
border-style: solid;
background-color: peachpuff;
width: 800px;
height: 360px;
margin-top: 5cm;
margin-left: 8cm;
}
.subheading {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: dimgray;
margin-left: 250px;
}
ul {
text-align: center;
}
</style>
</head>
<body>
<div class="Box">
<img src="kisho.jpeg" alt="kisho" width="200" height="333" style="margin-left: 30px; border: black; border-style:solid;border-width: thin; padding: 2px;">
<h2 style="text-align: center; margin-top: -330px;margin-left: 250px;">KISHORITHA SUTHAGAR</h2>
<div class="subheading">
<p>IIT ID - 2020083
<br>
UoW ID - w1836092
</p>
</div>
<br>
<p style="margin-left: 420px;">Role Assigned - Student 4 </p>
<p style="margin-left: 420px;">Tasks Completed :</p>
<li style="margin-left: 470px;"> Task 5 - Diagram SVG (Sitemap) </li>
<li style="margin-left: 470px;"> Task 7 - Thumbnail Images</li>
<li style="margin-left: 470px;"> Task 10 - Page Editor </li>
</div>
</body>
</HTML>