-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPageEditor.html
52 lines (51 loc) · 1.63 KB
/
PageEditor.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Page Developer</title>
<style>
.content {
background-image: linear-gradient(to right,#EFB7DF, #F280D1, #AF6599, #F280D1, #EFB7DF);
margin-top: -0.2cm;
margin-left: -0.5cm;
margin-bottom: 0cm;
margin-right: -0.2cm;
height: 16.3cm;
color: white;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
img {
margin-left: -10cm;
margin-top: 1cm;
}
.details {
margin-top: -10cm;
margin-left: 16.2cm;
background-color: #FAC7EB ;
color: black;
height: 10cm;
width: 10cm;
}
</style>
</head>
<body>
<div class="content">
<br>
<div><h1>Thashi Maleesa Godahewa</h1></div>
<img class="mypic" src="mypic.jpeg" alt="pic" style="width:6cm; height: 10cm;">
<div class="details">
<br>
<p>Role : Student 2</p>
<p>IIT ID : 20201030</p>
<p>UoW ID : w1840234</p><br>
<p><u>Tasks Completed</u></p>
<p>main page</p>
<p>Query Form</p>
<p>External Style Sheet</p>
<p>Navigation Bar</p>
</div>
</div>
</body>
</html>