Skip to content

Instantly share code, notes, and snippets.

@nickgs
Created May 1, 2020 16:29
Show Gist options
  • Save nickgs/231fa8d2379ca6380003605ac197fc25 to your computer and use it in GitHub Desktop.
Save nickgs/231fa8d2379ca6380003605ac197fc25 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Flexbox layout pattern</title>
<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href='css/styles.css'/>
<link rel="stylesheet" type="text/css" href='css/layout.css'/>
</head>
<body>
<div class="nav">
<ul>
<li><a class="active" href="/">Home</a></li>
<li><a href="about.html">About Me</a></li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment