<!-- Sample solution to index.html-->
<!doctype html>
<html lang="en">
<head>
<title>Sven's Snowshoe Emporium</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section class="content home">
<header>
<h1>Sven's Snowshoe Emporium</h1>
<h2>"For the Snow-Savvy Shoe-Shopper"</h2>
</header>
</section>
</body>
</html>
//Sample solution to style.css
header {
background: #e0e2e6;
}
No comments:
Post a Comment