-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 1.23 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title> Diana Mayadag </title>
</head>
<style>
div{
margin-left: 20%;
margin-right: 20%;
border: 5px solid paleturquoise;
border-radius: 10%;
background-color: #ffba42;
}
img{
width: 30%;
margin-left: 35%;
}
h2{
text-align: center;
color: #C900FF;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h4{
text-align: center;
color: green;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
</style>
<body>
<div>
<p style="align:center;">
<img src="Diana.png" height=80% width="80%">
</p>
<h2><u>Personal info</u></h2>
<h4>Name: Diana Mayadag</h4>
<h4>Email: [email protected]</h4>
<h4>Address: Montreal</h4>
<h4>Phone Number: +14378860904</h4>
<h2><u>Briefly</u></h2>
<h4>UIUX Designer</h4>
<h4>Atilay's wife</h4>
<h4>Ragnar's mom</h4>
</div>
</body>
</html>