-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpickles.html
40 lines (26 loc) · 987 Bytes
/
pickles.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles1.css">
</head>
<body class="background-color">
<p><b><h1>Pickles Tribute Page</h1></b></p>
<h3>The Best things about Pickles:</h3>
<ul>
<li>Independent and loved to be outside</li>
<li>He once fought a coyote</li>
<li>He loved to hunt and brought me his kills</li>
<li>He played fetch and Hide-and-Seek with me</li>
<li>He was a black cat and freaked some people out</li>
</ul><br><br>
<img src="Pickles1.JPG" id="border"/> <img src="Pickles2.JPG" id="border"/><br><br>
<div class="padding">
<a href="pickles2.html" class="hov"> Page 2 </a><br>
<a href="pickles3.html" class="hov"> Page 3 </a>
</div>
</body>
</html>