Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 773 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 773 Bytes
languages tags
html
elements, headings, typography, images, links, beginner, kids

HTML Album Cover

This challenege asks the you recreate the album cover shown in the MOCKUP.jpg image by writing the appropriate HTML neccesary 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 in the local repo you just cloned.
  4. open the MOCKUP.jpg image and take a look at it.
  5. Use the comments in the index.html file to create the elements neccesary to recreate the album cover shown in MOCKUP.jpg. Also use SOURCE.md to copy and paste all neccesary filler text.
  6. open up index.html in the browser as well for a side by side comparison with MOCKUP.jpg as you work.