Widget:AudioPlayer2: Difference between revisions

From The Midnight Wiki
No edit summary
No edit summary
Line 10: Line 10:
<style>
<style>
.player {
.player {
   background-color: hsl(194,100%,50%);
   background-color: hsl(229,100%,14%);
   width: 330px;
   width: 330px;
   height: 190px;
   height: 190px;
   position: relative;
   position: relative;
   border-radius: 8px;
   border-radius: 8px;
   box-shadow: 0 8px 0 0 hsl(205,100%,41%);
   box-shadow: 0 8px 0 0 hsl(216,100%,8%);
   z-index: 1;
   z-index: 1;
}
}

Revision as of 20:28, 18 July 2023

Press the button to play/pause

Adjust volume with slider

Press the button to play/pause

Adjust volume with slider

Sample result