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