Created
April 7, 2020 17:08
-
-
Save nickgs/c786dadf8b5c970a43c375467dcec94c 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 layouts</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'/> | |
</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