Skip to content

Instantly share code, notes, and snippets.

View sabbir28's full-sized avatar
🏠
Working from home

MD. SABBIR HOSHEN HOWLADER sabbir28

🏠
Working from home
View GitHub Profile
@sabbir28
sabbir28 / index.html
Created September 7, 2021 01:18
Media Player
<div class="media-controls">
<div class="media-buttons">
<button class="back-button media-button" label="back">
<i class="fas fa-step-backward button-icons"></i>
<span class="button-text milli">Back</span>
</button>
<button class="rewind-button media-button" label="rewind">
<i class="fas fa-backward button-icons"></i>
<span class="button-text milli">Rewind</span>