Daily UI #9 Music Player

PHOTO EMBED

Tue Dec 06 2022 03:51:25 GMT+0000 (Coordinated Universal Time)

Saved by @aexists #css

@import 'https://fonts.googleapis.com/css?family=Open+Sans:00,00'; 

%reset { margin: 0; padding: 0; }
3
%flex { display: flex; justify-content: center; align-items: center; }
4
​

@mixin dimensions($width: null, $height: null) { width: $width; min-height: $height; }

​

    html{height: 0%;}

    body{

      
10
      @extend %flex;

       font-family: 'Open Sans', sans-serif;

      width: 100%;

      min-height: 100%;

      background:linear-gradient(141deg, #0C5B5F 0%, rgba(0, 212, 3, 0.77) 75%);
15
    }

 

​

    *, *:before, *:after {
content_copyCOPY

https://codepen.io/genarocolusso/pen/ozvamp