Audio Player HTML5 Wellcome to Rofa Music store

PHOTO EMBED

Tue Dec 06 2022 03:49:12 GMT+0000 (Coordinated Universal Time)

Saved by @aexists #music #player #css

/* Global Reset */

* {

    font-family: 'Allerta', arial, Tahoma;

    box-sizing: border-box;

}

body {

    background: linear-gradient(to left, #7700aa, #800ff);
8
    text-align:center;

    color:#fff;

}

h3{

    text-shadow:1px 1px 1px #fff;

}

/* Start  styling the page */

.container-audio {

    width: 66%;

    height: auto;

    padding: px;

    border-radius: 5px;
20
    background-color: #eee;

    color: #444;

    margin: 20px auto;
content_copyCOPY

https://codepen.io/Roro-decode/pen/VWpLRm