adjust styling of footer

This commit is contained in:
emma 2025-02-09 17:44:58 -05:00
parent 72f8251f9c
commit dfc60de2f6
2 changed files with 15 additions and 5 deletions

View File

@ -63,9 +63,13 @@
</script>
<script src="./js/script.js" defer></script>
<footer>
<p class="cafe">part of the <a href="https://32bit.cafe/vday25/" target="_blank">valentine's day '25</a> event from the 32-Bit Cafe</p>
<p class="message">Happy Valentine's day! <i class="fa-solid fa-heart"></i></p>
<a href="#" class="credits">credits</a>
<div class="footer-container">
<p class="cafe">part of the 32-Bit Cafe <a href="https://32bit.cafe/vday25/" target="_blank">valentine's day '25</a> event</p>
<p class="message">Happy Valentine's day! <i class="fa-solid fa-heart"></i></p>
<a href="#" class="credits">credits</a>
</div>
</footer>
</body>
</html>

View File

@ -81,16 +81,22 @@ a:hover {
color: var(--link-hover-color);
}
.footer-container {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
.cafe {
font-size: 1.25rem;
padding-right: 7rem;
}
.message {
margin-left: -15vw;
font-size: 3rem;
font-family: alwaysinmyheart;
color: var(--text-color-light-red);
padding-right: 28rem;
}
.credits {