DEV Community

Cover image for Build Spotify Clone with HTML & CSS
Stefan Omerovic
Stefan Omerovic

Posted on

 

Build Spotify Clone with HTML & CSS

When I say "Build Spotify Clone," I think about the Homepage UI. Well, in this particular tutorial, we will rebuild the whole Spotify Homepage UI only by using HTML & CSS.

To clarify things, we will use Flexbox for layout, build some simple but nice-looking animations, and even cut our titles with an ellipsis.

Link to Tutorial

https://youtu.be/xVZqEmRQjLM

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git