-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (50 loc) · 2.33 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
<!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>Aurelie's Naked Cat Emporium</title>
<link rel="stylesheet" href="css/styles.css"/>
<style>
.body{
background-image: url(https://i.insider.com/5e6a114b235c1844af18ec92?width=700);
}
.blink{
animation: blink 1s steps(1, end) infinite;
}
</style>
</head>
<body style= "background-color: rgb(240, 190, 159);"class="body">
<marquee>
<h1 class="header">Welcome to Aurelie's Naked Cat Emporium</h1>
</marquee>
<label for="naked cats">Choose a naked cat:</label>
<select name="naked cat" id="naked cat">
<option value="Swimming">Swimming</option>
<option value="Dancing">Dancing</option>
<option value="Dress" selected>Dress</option>
</select>
</div>
<p class="p">"You shave 'em, we sell 'em</p>
<div>
<marquee width="300" scrollamount="300" scrolldelay="500" loop="7">Our selection isn't for the fain of heart! We have:</marquee>
<p></p>
<ul>
<li class="blink">DANCING NAKED CATS</li>
<iframe src="https://giphy.com/embed/2SXKpakV6lgF1Xj9m4" width="357" height="480" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/2SXKpakV6lgF1Xj9m4">via GIPHY</a></p>
<li>SWIMMING NAKED CATS</li>
<iframe src="https://giphy.com/embed/7v7lg84gaDTjy" width="480" height="269" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/7v7lg84gaDTjy">via GIPHY</a></p>
<iframe src="https://giphy.com/embed/FoQJgMqX1MIM0" width="480" height="360" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/cat-bath-hairless-FoQJgMqX1MIM0">via GIPHY</a></p>
<li>NAKED CATS IN DRESSES</li>
<marquee class="blink">
<img src="48F07A1B-7303-4F83-A7D2-BC4EDD2E842F_1_201_a.jpeg" alt="naked cat in a wig and dress">
</marquee>
</ul>
</div>
<div>
<blink>So come on down to Aurelie's Naked Cat Emporium!</blink>
<button type="button">Click to see more Naked Ctas in your area!</button>
</div>
</body>
</html>