1
0
Fork 0

loveletter.php styling. changed content on index.php

This commit is contained in:
emma 2025-01-03 13:00:22 -05:00
parent 66deb3bd89
commit a80691d143
3 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@
<li>Pets</li> <li>Pets</li>
<li>Places to cuddle</li> <li>Places to cuddle</li>
<li>Food</li> <li>Food</li>
<li>The people who care about him most</li> <li>Me &lt;3</li>
</ul> </ul>
<p>Baxter hates:</p> <p>Baxter hates:</p>

View File

@ -61,11 +61,11 @@
</section> </section>
<section class="love-you"> <section class="love-you">
<span> <span>
<img src="./img/red_heart_flat.svg" height="80px" width="80px"> <img src="./img/red_heart_flat.svg" height="48px" width="48px">
<img src="./img/black_cat_flat.svg" height="80px" width="80px"> <img src="./img/black_cat_flat.svg" height="48px" width="48px">
<p>Love you Baxter!</p> <p>Love you Baxter!</p>
<img src="./img/black_cat_flat.svg" height="80px" width="80px"> <img src="./img/black_cat_flat.svg" height="48px" width="48px">
<img src="./img/red_heart_flat.svg" height="80px" width="80px"> <img src="./img/red_heart_flat.svg" height="48px" width="48px">
</span> </span>
<a href="#top">Top of page</a> <a href="#top">Top of page</a>
</section> </section>

View File

@ -130,7 +130,7 @@ main {
} }
.love-you p { .love-you p {
font-size: 5rem; font-size: 3rem;
padding: 0 1rem 0 1rem; padding: 0 1rem 0 1rem;
} }