- index.html
- style.css
HTML
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>First test</title>
    <link rel="stylesheet" href="outlines-challenge.css">
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    Website title
    Navigation
    Description 1
    Description 2
    Sidebar
    Website footer
  </body>
</html>
CSS
body {
  width: 500px;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.