forked from selamcoding/selamina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (95 loc) · 2.11 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<h1> </h1>
<head>
<section>
<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="Content"
id="Contentlink">Content</a> </li>
<li> <a href="Resume"
id="Resumelink">Resume</a> </li>
<li> <a href="Gallery"
id="Gallery">Gallery</a> </li>
<li> <a href="Contacts"
id="Contctslink">Contacts</a> </li>
</ul>
<img src="C:\Users\selin\OneDrive\Documents\GitHub\selamina\selinas.jpg" width="450" height="450">
<body>
<p>Hello, my name is Selamawit.This is my first website, hoping that I'm going to biuld better than <em><strong> Elon Musk </em> </strong>. <br> <br class="en"> Thanks for visiting and Enjoy my website! <br> <br> <em class="pe"> PEACE <em class="an"> AND <em class="lo"> LOVE <em class="ex">!!! </em></p>
</body>
<footer>
<em><strong>Selinas © 2019 All right reserved.</em></strong>
</footer>
</section>
<style>
em {
color: purple;
font-weight: bold;
}
.en {
margin-left: 600px;
}
.pe {
color:green;
font-weight: bold;
margin-left: 400px;
}
.an {
color:yellow;
font-weight: bold;
}
.lo {
color:red;
font-weight: bold;
}
img {
padding-top: 30px;
padding-bottom: 40px;
padding-left: 80px;
}
li {
display: inline;
font-size: 22px;
padding: 20px;
font-weight: bold;
font-style: oblique;
margin-top: 10px;
}
.ho {
margin-left: 650px;
}
footer {
color: white;
margin-left: 80px;
margin-right: 60px;
margin-top: 100px;
font-size: 15px;
padding: 10px;
padding-left: 100px;
font-weight: bold;
font-style: italic;
text-align: right;
}
p {
position: absolute;
left: 550px;
top: 200px;
bottom: 300px;
font-size: 28px;
color: black;
font-family: cursive;
}
.ex {
color:black;
font-weight: bold;
}
html {
background-image: url(http://farm1.staticflickr.com/100/293362663_3213c1f7e8_b.jpg);
background-size: 100% 90%;
}
</style>
</head>
</html>