Files
Artfight-HTML/my-filled-templates/Aurorean/generic-artfight-button.html
2026-07-02 01:01:40 -05:00

17 lines
991 B
HTML

<!--CONTAINER-->
<div class="text-center mx-auto" style="max-width:450px;">
<!--TEXT-->
<div class="mb-2">
<p>Text goes here.</p>
</div> <!--text end-->
<!--BUTTON-->
<div class="px-3 py-2 text-center mx-auto" style="position:relative; max-width:300px; border-radius:.75rem; background-color:#a55077; background-image:linear-gradient(to right,#3a5c7d,#a55077,#f6bb93); box-shadow:.25rem .25rem 0 rgba(0,0,0,0.5);">
<p class="d-flex flex-row align-items-center justify-content-center flex-wrap font-weight-bold" style="font-size:115%;">
<img class="mr-2" style="max-height:30px;" alt="" src="https://file.garden/ZRYa5_KULjLI5_KC/ProfileGraphics/AFLogo.png">
<a class="text-white stretched-link" style="rgba(255,255,255,0.85); text-shadow:0 0 .25rem rgba(0,0,0,0.15);"
href="https://framaforms.org/lavender-daydreams-artfight-hitlist-2026-1781585293"> <!--link-->
Art Fight
</a>
</p>
</div> <!--button end-->
</div> <!--container end-->