[ F2U ] small back button (Code [BS])

catboiis

Profile


<div class="row justify-content-center">
<div class="card p-1 mb-4" style="
border-radius:1px 100px 10px 1px;
border-style:solid;
border-width:1px;
min-width:130px;
box-shadow: 6px 6px 10px rgba(0,0,0,.15);">

<!--
    use fontawesome.com to change the back button icon
    guide on how to edit the fade: https://fontawesome.com/docs/web/style/animate#fade
    or to remove it, delete "fa-fade" and "--fa-animation-duration: 2s; --fa-fade-opacity: 0.5"
-->
    
<p class="ml-4" style=
"font-size:15px;
letter-spacing:2px;">
<i class="fas fa-chevron-double-left fa-fade" style="--fa-animation-duration: 2s; --fa-fade-opacity: 0.5;"></i>
<a href="_LINK">BACK</a></p></div>