- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>HTML Document Structure, Reinforcement 2</title>
    <link rel="stylesheet" href="outlines-extra-challenge-2.css">
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    Menu
    Main Content
    Contact 1
    Contact 2
    Contact 3
  </body>
</html>
CSS
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.