Created
May 1, 2020 16:29
-
-
Save nickgs/231fa8d2379ca6380003605ac197fc25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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