-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOlive's birthday.html
45 lines (43 loc) · 1.3 KB
/
Olive's birthday.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="Olive day.css"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Olivia Day!!!</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Photos</a></li>
<li><a href="#">Give</a></li>
<li><a href="#">Miscellaneous</a></li>
</ul>
</nav>
</header>
<h1>Welcome to Olivia's Page!</h1>
<div id="small">
<img src="IMG_0354.jpeg" alt="Pic of Olive"/>
</div>
<div>
<h2>Born on July 15</h2>
<p>The <span>best</span> day ever..</p>
</div><hr>
<section class="split" id="two">
<h2>Things Grace loves to do...</h2>
<p>She loves to swim, walk around the house, and be chased</p>
</section><hr>
<section>
<h2>Things Grace hates...</h2>
<h3>but not really...</h3>
<p>NOTHING! She is always down to do anything and everything</p>
</section>
<footer>Designed by Robert Knott<br>
Click <a href="#">here</a> to contact us<br>
--No Copyright--
</footer>
</body>
</html>