-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (34 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kitty Facts</title>
<link rel="stylesheet" type="text/css" href="ROBOT.css">
</head>
<body>
<div class="banner1">
<img src="Cat1.jpg">
<div class="textbox textbox1">
<h1 class="cat">Time Spent With Cats Is Never Wasted</h1>
<span></span>
<p>In 2004, French archaeologists discovered a 9,500 year old cat grave in Cyprus. This makes this the oldest known pet cat and it predates Egyptian art about cats by over 4,000 years!</p>
</div>
</div>
<div class="banner2">
<img src="Cat2.jpg">
<div class="textbox textbox2">
<h1 class="cat">Cats Choose Us, We Don't Own Them</h1>
<span></span>
<p>The finest cat in the world according to Guinness World Records is Blackie. When his millionaire owner passed away he refused to recognise his family in his will and instead gave his 7-million-pound fortune to Blackie! We can’t believe that interesting cat fact!</p>
</div>
</div>
<div class="banner3">
<img src="Cat3.jpg">
<div class="textbox textbox3">
<h1 class="cat">Like All Creatures, Cats Are Practical</h1>
<span></span>
<p>You’ve heard of monkeys and dogs in space, but did you know that a cat braved the great unknown too? On October 18th 1963 Felicette, also known as ‘Astrocat’ was the first and only cat to go to space.</p>
</div>
</div>
</body>
</html>