While exploring the web, I stumbled upon a hotspot/popup that I added to my page. Unfortunately, I lost the link to the website where I found it. Somehow, after making some changes, the popup now appears at the top of the image rather than aligned with the pins on the left and right sides. When viewing the image, the popup should be near the red pin for Wk6. I'm puzzled about what caused this misalignment. The website in question is located at
Your assistance would be greatly appreciated.
HTML:
<!DOCTYPE html>
<html>
<head>
<title>Second Air Force</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/styles.css?v=<?php echo time(); ?>">
</head>
<body>
.... (Content here)
</body>
</html>
CSS:
* {
margin: 0;
padding: 0;
}
body {
background-color: #112349;
}
h1{
font-size: 6rem;
}
... (CSS continues)