Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Aryan-Barodwal/spotify-clone/

README.md /cody/Aryan-Barodwal/spotify-clone/README.md
287 Views
0 Comments
# spotify-clone
spotify-clone-response

img /cody/Aryan-Barodwal/spotify-clone/img/
17 Items
  • ab67706f000000026125e14e8384f5312339e67e.jpeg
  • ab67706f000000029778f9c7fc5d7923797fe4ad.jpeg
  • close.svg
  • favicon.ico
  • hamburger.svg
  • home.svg
  • icon.svg
  • logo.svg
  • index.html /cody/Aryan-Barodwal/spotify-clone/index.html
    531 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initi
    login /cody/Aryan-Barodwal/spotify-clone/login/
    3 Items
  • index.html
  • login-box-line.png
  • style.css
  • script.js /cody/Aryan-Barodwal/spotify-clone/script.js
    205 Views
    0 Comments

    let currentSong = new Audio();
    let currFolder;
    let songs;

    function secondsToMinutesSeconds(seconds) {
    if (isNaN(seconds) |
    songs /cody/Aryan-Barodwal/spotify-clone/songs/
    12 Items
  • Angry_(mood)
  • Bright_(mood)
  • Chill_(mood)
  • Dark_(mood)
  • Diljit
  • Funky_(mood)
  • Love_(mood)
  • Sleep songs of the year
  • spotify-clone /cody/Aryan-Barodwal/spotify-clone/spotify-clone/
    7 Items
  • img
  • index.html
  • login
  • script.js
  • songs
  • style.css
  • utility.css
  • style.css /cody/Aryan-Barodwal/spotify-clone/style.css
    143 Views
    0 Comments
    :root {
    --a: 0;
    }

    .logo img {
    width: 80px;
    }

    utility.css /cody/Aryan-Barodwal/spotify-clone/utility.css
    163 Views
    0 Comments
    .border {
    border: 2px solid red;
    margin: 3px;
    }

    .invert {
    filter: invert(1);
    }