-
Notifications
You must be signed in to change notification settings - Fork 2
/
alisherresume.index
63 lines (48 loc) · 1.38 KB
/
alisherresume.index
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
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title> 2nd task of html</title>
<style>
.header{
color: palevioletred;
padding: 30px;
text-align: center;
}
.section{
padding: 120px;
color:darkgreen;
background-color: lightgray;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 150%;
}
.footer{
padding: 40px;
text-align: center;
color:palevioletred;
}
.body{
background-image: url('1517724_a21d1.gif');
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body class="body">
<div class="header">
<h1>My first website</h1>
</Div>
<div class="section">
<pre>
My name is Ali mehar. I'm front-end developer.
Please visite my website.
It's an amazong website.
It's an very good website.
Im video editor
</pre>
</div>
<div class="footer">
<caption> Copyright @ | All Rights Resarved 2021</caption>
</div>
</body>
</html>