floating icon btn
Wed Feb 02 2022 18:43:26 GMT+0000 (Coordinated Universal Time)
Saved by
@indoUI
<!-- floating cart icon button -->
<a href=""><button class="btn floating-btn-sm">
<i class="fas fa-shopping-cart"></i></button>
</a>
<!-- floating plus icon button -->
<a href=""><button class="btn floating-btn-sm">
<i class="fas fa-plus"></i></button>
</a>
<!-- floating location icon button -->
<a href=""><button class="btn floating-btn-sm">
<i class="fas fa-location-arrow"></i></button>
</a>
content_copyCOPY
Comments