Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 417 Bytes

Basic HTML

Write the HTML necessary to match the mockup images. It does not need to be pixel perfect (just eyeball it) but it should be close, with font, layout, and spacing properly accounted for. Feel free to use CSS to match the mockup as close as you can.

Boilerplate code:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title></title>
   </head>
   <body>

   </body>
</html>