Button Icon Comp
Tue Feb 01 2022 05:00:28 GMT+0000 (Coordinated Universal Time)
Saved by
@Husain01
<!-- Using the 'btn' class followed by 'btn-icon' -->
<button class="btn btn-icon normal-shadow">
<i class="far fa-save"></i>Save
</button>
<!-- Using the 'btn' class followed by 'btn-icon simple-icon' -->
<button class="btn btn-icon simple-icon normal-shadow">
<i class="far fa-save"></i> Save
</button>
content_copyCOPY
Comments