xxxxxxxxxx
<div style="float: left"><img src="https://upload.wikimedia.org/wikipedia/commons/1/15/Jack_in_the_Box_Logo.png" width="110" height="100"/> </div>
1
<html>
2
<head>
3
<title>Jack in the Box</title>
4
<style>
5
6
7
addEventListener("wheel", (event) => { })
8
9
onwheel = (event) => { }
10
11
12
body {
13
font-family: Arial, sans-serif;
14
background-color: #808080;
15
}
16
17
header {
18
background-color: #e31937;
19
color: white;
20
text-align: center;
21
padding: 20px;
22
}
23
24
nav {
25
background-color: #333;
26
padding: 10px;
27
text-align: center;