-
Notifications
You must be signed in to change notification settings - Fork 2
/
Resume.html
74 lines (71 loc) · 1.58 KB
/
Resume.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<meta name="viewport" content="width=device-width, intial-scale=1">
<style>
li {
display: inline;
font-size: 22px;
padding: 20px;
font-weight: bold;
font-style: oblique;
margin-top: 10px;
}
.btn {
background-color: DodgerBlue;
border: none;
color: white;
padding: 12px 30px;
cursor: pointer;
font-size: 20px;
}
.ho {
margin-left: 650px;
}
.DL {
position: relative;
left: 519px;
bottom: -200px;
font-size: 30px;
color:rgba(25, 25, 255, 50);
font-family: comic sans MS;
}
footer {
color: black;
margin-left: 80px;
margin-right: 60px;
margin-top: 623px;
font-size: 15px;
padding: 10px;
padding-left: 100px;
font-weight: bold;
font-style: italic;
text-align: right;
}
html {
background-image: url(https://d2ciprw05cjhos.cloudfront.net/files/v3/styles/gs_large/public/images/17/06/guitars.jpg?itok=nlQg0VWG);
background-size:90% 90%;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<ul>
<li class="ho"> <a href="index.html"
id="Homelink">Home</a> </li>
<li> <a href="mystory.html"
id="Aboutlink">About</a> </li>
<li><a href="Links.html"
id="Linkslink">Links</a> </li>
<li> <a href="Resume.html"
id="Resumelink">Resume</a> </li>
<li> <a href="Gallery.html"
id="Gallery">Gallery</a> </li>
<li> <a href="Contacts.html"
id="Contctslink">Contacts</a> </li>
</ul>
<a class="DL" href="Selamawit Resume.pdf"> Selamawit Resume </a>
<footer>
<em><strong>Selinas © 2019 All right reserved.</em></strong>
</footer>
</body>
</html>