Skip to content

Instantly share code, notes, and snippets.

@abruzzi
Created August 26, 2022 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abruzzi/cc632cb71a31f3f3626d4c985b4db46a to your computer and use it in GitHub Desktop.
Save abruzzi/cc632cb71a31f3f3626d4c985b4db46a to your computer and use it in GitHub Desktop.
<header>
<nav>
<ul class="nav-list">
<li class="list-item">
<div class="logo">
<span class="highlight">Game</span>Insider
</div>
</li>
<li class="list-item">
<a href="#">News</a>
</li>
<li class="list-item">
<a href="#">Videos</a>
</li>
<li class="list-item">
<a href="#">Reviews</a>
</li>
<li class="list-item">
<a href="#">Staff picks</a>
</li>
<li class="list-item">
<a href="#">Deals</a>
</li>
<li class="list-item">
<button class="button-primary">Login</button>
</li>
</ul>
</nav>
</header>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Week 1</title>
</head>
<body>
<!-- our code goes here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment