adjust left margin of trans pride heart
This commit is contained in:
parent
dfc60de2f6
commit
5d31eed754
|
@ -39,8 +39,9 @@
|
|||
height="1000" width="1000"
|
||||
>
|
||||
</div>
|
||||
<div class="love-note">
|
||||
</div>
|
||||
|
||||
<div class="love-note"></div>
|
||||
|
||||
<div class="items">
|
||||
<img class="baxter-thought"
|
||||
width="100" height="100"
|
||||
|
@ -58,18 +59,23 @@
|
|||
>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script src="https://kit.fontawesome.com/821c138f8d.js"
|
||||
crossorigin="anonymous">
|
||||
</script>
|
||||
<script src="./js/script.js" defer></script>
|
||||
|
||||
<footer>
|
||||
|
||||
<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>
|
||||
<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>
|
|
@ -293,6 +293,7 @@ a:hover {
|
|||
|
||||
.trans-pride-heart {
|
||||
width: 200px;
|
||||
margin-left: 3rem;
|
||||
aspect-ratio: 1;
|
||||
object-fit: cover;
|
||||
mask:
|
||||
|
|
Loading…
Reference in New Issue