-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (62 loc) · 2.01 KB
/
index.html
File metadata and controls
64 lines (62 loc) · 2.01 KB
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
<!DOCTYPE>
<html>
<head>
<title>
Basic Website
</title>
</head>
<style>
body
{
background-color: #efc050;
}
ul
{
margin: 0px;
padding: 0px;
overflow: hidden;
background-color: #ce9613;
}
li
{
display: inline;
float: left;
}
h1
{
background-color: #e9ab18;
display: inline-block;
box-shadow: 2px 2px black;
border-radius: 15px;
align-self: center;
padding: 15px;
}
a:link, a:visited
{
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: block;
}
a:hover, a:active
{
background-color: white;
color: #ce9613;
text-decoration: none;
}
</style>
<body>
<center><h1>John Doe</h1></center>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="academic.html">Academic Proficiency</a></li>
<li><a href="interest.html">Interest And Hobbies</a></li>
<li><a href="dreams.html">Dreams</a></li>
<li><a href="image.html">Image Gallery</a>
<li style="float: right;"><a href="contact.html">Contact Details</a></li>
</ul>
<p class="text-info" style="text-align: center; color: white; font-size: 20px;"><br><br>So if on advanced addition absolute received replying throwing he. Delighted consisted newspaper of unfeeling as neglected so. Tell size come hard mrs and four fond are. Of in commanded earnestly resources it. At quitting in strictly up wandered of relation answered felicity. Side need at in what dear ever upon if. Same down want joy neat ask pain help she. Alone three stuff use law walls fat asked. Near do that he help.
Extremely we promotion remainder eagerness enjoyment an. Ham her demands removal brought minuter raising invited gay. Contented consisted continual curiosity contained get sex. Forth child dried in in aware do. You had met they song how feel lain evil near. Small she avoid six yet table china. And bed make say been then dine mrs. To household rapturous fulfilled attempted on so. </p>
</body>
</html>