code cleanup

adjust whitespace in index.html
This commit is contained in:
emma 2025-02-01 19:56:08 -05:00
parent 0d02025b7d
commit c2811f3c80
1 changed files with 4 additions and 0 deletions

View File

@ -9,11 +9,13 @@
<body> <body>
<header><p class="header-text">For you, Emma</p></header> <header><p class="header-text">For you, Emma</p></header>
<section> <section>
<div class="visitor-note"> <div class="visitor-note">
<p class="read-this">Read!</p> <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"> <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>
<div class="container"> <div class="container">
<div class="tileOne tile"></div> <div class="tileOne tile"></div>
@ -31,11 +33,13 @@
<img src="./img/sweets.jpg" alt="a box of chocolate cupcakes"> <img src="./img/sweets.jpg" alt="a box of chocolate cupcakes">
</div> </div>
<div class="items"> <div class="items">
<img class="baxter" src="/img/baxter.png" alt="a picture of my cat baxter that can be petted"> <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"> <img class="trans-pride-heart" src="/img/transgender-pride-flag.svg" alt="the trans pride flag">
</div> </div>
</section> </section>
<script src="./script/script.js" defer></script> <script src="./script/script.js" defer></script>
<footer> <footer>
<p>happy valentine's day!</p> <p>happy valentine's day!</p>