xxxxxxxxxx
<p> Kirby Café, stylized KIRBY CAFÉ, is an official real-life chain of small pop-up restaurants located in Japan based on the Kirby series. The restaurant serves meals such as burgers and pizza, as well as pastries and drinks, with a distinctive Kirby theme. Some items resemble the character of Kirby, such as pink custard cakes and burgers with pink buns, and others are within the series theme. </p>
1
2
<html>
3
<body>
4
5
<style>
6
body{
7
background-image:url('https://img.freepik.com/premium-vector/cute-pastel-pink-yellow-checkerboard-gingham-plaid-checkered-pattern-background-wallpaper_565280-583.jpg');
8
}
9
.topnav{
10
background-color: lightpink;
11
overflow: hidden;
12
}
13
14
.topnav a {
15
float: left;
16
color: mediumvioletred;
17
text-align: center;
18
padding: 14px 20px;
19
text-decoration: none;
20
font-size: 17px;
21
}
22
.topnav a:hover {
23
background-color:white;
24
color: palevioletred;
25
}
26
27
h1{