Create a website for my music

🎵 Music Player

Playlist

  • King of Peace
  • Son of Grace
  • Talk Talk
  • My Life Is a Light

Now Playing: King of Peace

#music { max-width: 700px; margin: auto; padding: 20px; color: white; } audio { width: 100%; margin: 15px 0; } #playlist { list-style: none; padding: 0; } #playlist li { margin: 10px 0; } #playlist button { width: 100%; padding: 12px; border: none; border-radius: 8px; cursor: pointer; font-size: 16px; }