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.
- Fork this repository.
- Clone your fork locally.
cdinto the local repo you just cloned.- Take a look at the MOCKUP.jpg image.
- Use the comments in
index.htmlto create the elements necessary to recreate the album cover shown in MOCKUP.jpg. Also useSOURCE.mdto copy and paste all necessary filler text. - Open up
index.htmlin the browser as well for a side by side comparison with MOCKUP.jpg as you work. To openindex.htmlfrom 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.