Skip to content

Instantly share code, notes, and snippets.

@TylerLH
Last active August 29, 2015 14:15
Show Gist options
  • Save TylerLH/80a9fc744d1d9416325f to your computer and use it in GitHub Desktop.
Save TylerLH/80a9fc744d1d9416325f to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Tyler Hughes</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Hey yo</h1>
</body>
</html>
body {
font-family: 'Avenir Next', 'Lato', Helvetica, Arial, sans-serif;
background-color: #f8f8f8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment