Player

PHOTO EMBED

Tue Dec 06 2022 03:50:30 GMT+0000 (Coordinated Universal Time)

Saved by @aexists #css

html,

body

  min-height: 0%

  

body

  background: radial-gradient(ellipse at center, #ffc0 0%, #e0ad00 100%)

​

.player

  box-shadow: 0 2px 4px -4px rgba(0, 0, 0, .4), 0 50px 45px -20px rgba(0, 0, 0, .2)
10
  border-radius: 30px

  height: 400px

  margin: 50px auto

  overflow: hidden

  position: relative

  width: 400px

  

  &__meta

    box-sizing: border-box

    font-size: 24px
20
    padding: 50px 20px
content_copyCOPY

https://codepen.io/ivanodintsov/pen/WRjXdy