Skip to content

Instantly share code, notes, and snippets.

@TylerLH
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save TylerLH/80a9fc744d1d9416325f to your computer and use it in GitHub Desktop.

Select an option

Save TylerLH/80a9fc744d1d9416325f to your computer and use it in GitHub Desktop.

Revisions

  1. TylerLH revised this gist Feb 19, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions style.css
    Original 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;
    }
  2. TylerLH created this gist Feb 19, 2015.
    9 changes: 9 additions & 0 deletions index.html
    Original 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>
    3 changes: 3 additions & 0 deletions style.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    body {
    background-color: #f8f8f8;
    }