Skip to content

Instantly share code, notes, and snippets.

View yuno05's full-sized avatar

Yacine GHERBI yuno05

View GitHub Profile
@yuno05
yuno05 / be-my-valentine-heart-beating-with-css3-animations.markdown
Created May 14, 2025 00:14
Be my Valentine heart, beating with css3 animations

Be my Valentine heart, beating with css3 animations

Open your heart with a special message for your loved one. Css3 animations make it beat and after clicking a message is shown.

A Pen by Skippy on CodePen.

License.

@yuno05
yuno05 / index.html
Created January 5, 2025 21:01
Vinyl Music Player
<div class="player">
<div class="vinyl"></div>
<div class="cover">
<div class="header">
<div class="artist"><a href="#" target="_blank"></a></div>
<div class="title"></div>
</div>
<div class="controls">
<button class="transparent loop fi-loop"></button>
<span>
@yuno05
yuno05 / index.html
Created January 5, 2025 20:44
Material Music Player
<div class="hero__backgorund owl-carousel">
<div class="item" style="background: #3F51B5"></div>
<div class="item" style="background: #8BC34A"></div>
<div class="item" style="background: #673AB7"></div>
<div class="item" style="background: #E91E63"></div>
</div>
<div class="main__container">