(sorry, this one is kind of a tangent from what I was originally working on (spotify page content) 🙈 I'll try to keep the updates smaller and more specific so they're easier to review, I just got a little off track with this one!)
index.html
fixed the explore button so the link is targeted on the button only
spotify.index
altered some class/id names to be more specific
spofity.js
updated js code to reflect updated classes/ids
added code to clear HTML display for new searches
index.html
deleted old code for the hamburger menu I had previously just commented out
replaced styles targeting entire <a> and <button> elements to specifically target either .nav__linkor the .hero__button
tweaked the hero section CSS so the type doesn't span the whole width of the screen
fixed broken img link for the hero bg image -- although I don't care if we keep this, just tossed it in as a placeholder so feel free to change it or erase it altogether!
added some styling for the spotify page and spotify results display
(sorry, this one is kind of a tangent from what I was originally working on (spotify page content) 🙈 I'll try to keep the updates smaller and more specific so they're easier to review, I just got a little off track with this one!)
index.html
spotify.index
spofity.js
index.html
<a>
and<button>
elements to specifically target either.nav__link
or the.hero__button