HTML Album Cover

This challenge asks that you recreate the album cover shown in the MOCKUP.jpg image by writing the appropriate HTML necessary into the index.html page. Use SOURCE.md to copy and paste in all filler text needed.

Tasks

  1. Fork this repository.
  2. Clone your fork locally.
  3. cd into the local repo you just cloned.
  4. Take a look at the MOCKUP.jpg image.
  5. Use the comments in index.html to create the elements necessary to recreate the album cover shown in MOCKUP.jpg. Also use SOURCE.md to copy and paste all necessary filler text.
  6. Open up index.html in the browser as well for a side by side comparison with MOCKUP.jpg as you work. To open index.html from the IDE, follow these steps.

NOTE: Clicking the blue Open button on the Learn.co lesson page or running the learn open command in your terminal will automatically fork and clone the repository and change into the appropriate directory.

View HTML Album Cover on Learn.co and start learning to code for free.