Open your heart with a special message for your loved one. Css3 animations make it beat and after clicking a message is shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |