xxxxxxxxxx
<p> Kirby Cafe is open in various places, feel free to visit us. we have Kirby merch, delicious food that would melt in your mouth, and so much more. each store has different opening and closing hours, so make sure to check time and for more info click about or contact us at 123-456-7890</p>
1
2
<html>
3
4
<body>
5
<style>
6
body{
7
background-image:url('https://wallpapers.com/images/hd/pastel-pink-and-yellow-62myjmki0onj3n2e.jpg');
8
background-repeat: no-repeat;
9
background-attachment:fixed;
10
background-size:cover;
11
}
12
13
14
.topnav{
15
background-color: lightpink;
16
overflow: hidden;
17
}
18
19
.topnav a {
20
float: left;
21
color: mediumvioletred;
22
text-align: center;
23
padding: 14px 20px;
24
text-decoration: none;
25
font-size: 17px;
26
}
27
.topnav a:hover {