Notes for Kei
Bingus gets headaches during full moons
Bingus has a talent for origami ?
Bingus lives in a harry-potter cupboard under the staircase in the Yawning Portal
Kaboo will not understand anything first-hand about the Feywild plane
Kaboo collects candy
https://www.reddit.com/r/DnD/comments/8tcfqq/free_resource_notice_board_with_modular_adventure/
lol
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.image-container {
position: relative;
width: 100%; /* Adjust as needed */
max-width: 100%; /* Maximum width */
height: auto;
margin: 0 auto; /* Center the container */
overflow: hidden;
}
.image-container img {
display: block;
width: 100%;
height: auto;
}
.hover-image {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity 4.0s ease-in-out 2.0s; /* Added a 2-second delay */
}
.image-container:hover .hover-image {
opacity: 1;
}
</style>
</head>
<body>
<div class="image-container">
<img src="https://cdn.discordapp.com/attachments/1171507536659222669/1176109792469725214/Untitled77_20231120034017.png?ex=65f81a19&is=65e5a519&hm=d891b1e97aa2c03fe9c834c1105560cf1418dfe8185e5c381e83c09869596c8a&" alt="Main Image">
<img class="hover-image" src="https://cdn.discordapp.com/attachments/1171507536659222669/1176109627520331796/Untitled77_20231120033932.png?ex=65f819f2&is=65e5a4f2&hm=8c20761fa9faeadb403cf0f986368dca0b53bd1df2b44003db52722d6a362c77&" alt="Hover Image">
</div>
</body>
</html>