Last active
August 29, 2015 14:15
-
-
Save TylerLH/80a9fc744d1d9416325f 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
<html> | |
<head> | |
<title>Tyler Hughes</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<h1>Hey yo</h1> | |
</body> | |
</html> |
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
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