Last active
August 29, 2015 14:15
-
-
Save TylerLH/80a9fc744d1d9416325f to your computer and use it in GitHub Desktop.
Revisions
-
TylerLH revised this gist
Feb 19, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ body { font-family: 'Avenir Next', 'Lato', Helvetica, Arial, sans-serif; background-color: #f8f8f8; } -
TylerLH created this gist
Feb 19, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ body { background-color: #f8f8f8; }