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