Created
August 28, 2017 06:56
-
-
Save efmeeks/541cbe8d8724274b07859d07def0cd72 to your computer and use it in GitHub Desktop.
Revisions
-
Eric Meeks created this gist
Aug 28, 2017 .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 @@ <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> 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,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; } 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,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).