Skip to content

Commit

Permalink
Add sass and markup for 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiejaeger committed Jan 12, 2019
1 parent a8fb548 commit fd719fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 6 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: page
permalink: /404.html
---

<h1>404</h1>
<section class="four-oh-four">
<h2>404</h2>

<h2>It's Been a Long Day in the Basement</h2>
<h3></h3>
<p>The page you're looking for isn't here.</p>
<p>It's ok. It's been a long day in the basement.</p>
</section>
8 changes: 8 additions & 0 deletions _sass/404.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.four-oh-four {
text-align: center;

img {
height: 150px;
width: 150px;
}
}
3 changes: 2 additions & 1 deletion stylesheets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
@import 'search';
@import 'print';
@import 'cards';
@import 'buttons';
@import 'buttons';
@import '404';

0 comments on commit fd719fa

Please sign in to comment.