Skip to content

Instantly share code, notes, and snippets.

@efmeeks
Created August 28, 2017 06:56
Show Gist options
  • Save efmeeks/541cbe8d8724274b07859d07def0cd72 to your computer and use it in GitHub Desktop.
Save efmeeks/541cbe8d8724274b07859d07def0cd72 to your computer and use it in GitHub Desktop.
Tuts+ 404
<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>
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment