Skip to content

Instantly share code, notes, and snippets.

@efmeeks
Created August 28, 2017 06:56
Show Gist options
  • Select an option

  • Save efmeeks/541cbe8d8724274b07859d07def0cd72 to your computer and use it in GitHub Desktop.

Select an option

Save efmeeks/541cbe8d8724274b07859d07def0cd72 to your computer and use it in GitHub Desktop.

Revisions

  1. Eric Meeks created this gist Aug 28, 2017.
    1 change: 1 addition & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    <div class="error-page"><header class="error-page__header"><img class="error-page__header-image" src="https://static.tutsplus.com/assets/sad-computer-128aac0432b34e270a8d528fb9e3970b.gif" alt="Sad computer"><h1 class="error-page__title nolinks">Page Not Found</h1></header><p class="error-page__message">The page you are looking for could not be found.</p></div>
    19 changes: 19 additions & 0 deletions style.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    body {
    font: normal 16px/26px Arial, sans-serif;
    background: #fafafa;
    color: #2a3744;
    }

    .error-page {
    margin: 100px 0 40px;
    text-align: center;
    }

    .error-page__header-image {
    width: 112px;
    }

    .error-page__title {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 31px;
    }
    7 changes: 7 additions & 0 deletions tuts-404.markdown
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    Tuts+ 404
    ---------
    [Taken from roundup of 404 pages.](http://webdesign.tutsplus.com/articles/weekly-inspiration-40-examples-of-404-pages--cms-25489)

    A [Pen](https://codepen.io/tutsplus/pen/BKRvew) by [Envato Tuts+](https://codepen.io/tutsplus) on [CodePen](https://codepen.io).

    [License](https://codepen.io/tutsplus/pen/BKRvew/license).