my-cafe-events/cafe-events/valentines-day-25/index.html

44 lines
1.8 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>for you, emma</title>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<header><p class="header-text">For you, Emma</p></header>
<section>
<div class="visitor-note">
<p class="read-this">Read!</p>
<img class="note" src="/img/notebook-paper.png" alt="a piece of paper representing a note that needs to be clicked on to read">
</div>
<div class="container">
<div class="tileOne tile"></div>
<div class="tileTwo tile"></div>
<div class="tileThree tile"></div>
<div class="tileFour tile"></div>
<div class="tileFive tile"></div>
<div class="tileSix tile"></div>
<div class="tileSeven tile"></div>
<div class="tileEight tile"></div>
<div class="tileNine tile"></div>
<div class="tileTen tile"></div>
<div class="tileEleven tile"></div>
<div class="tileTwelve tile"></div>
<img src="./img/sweets.jpg" alt="a box of chocolate cupcakes">
</div>
<div class="items">
<img class="baxter" src="/img/baxter.png" alt="a picture of my cat baxter that can be petted">
<img class="trans-pride-heart" src="/img/transgender-pride-flag.svg" alt="the trans pride flag">
</div>
</section>
<script src="./script/script.js" defer></script>
<footer>
<p>happy valentine's day!</p>
</footer>
</body>
</html>