Browse Source

404 Finished

pull/11/head
CetaceanNation 5 years ago
parent
commit
1060729092
3 changed files with 15 additions and 3 deletions
  1. +5
    -2
      public/404.html
  2. BIN
      public/img/DolphinCroissant.png
  3. +10
    -1
      public/style.css

+ 5
- 2
public/404.html View File

@ -34,8 +34,11 @@
</ul> </ul>
</div> </div>
<div class="main"> <div class="main">
<div id="content" class="container">
<div id="content" class="error container text-center">
<h1 id="error-code">404</h1>
<img id="dcimg" src="./img/DolphinCroissant.png" />
<p style="padding-top: 25px;">Yeah, that page doesn't exist.</p>
<p>Maybe if you weren't so adventurous you'd avoid screens like this :)</p>
</div> </div>
</div> </div>
</body> </body>

BIN
public/img/DolphinCroissant.png View File

Before After
Width: 512  |  Height: 512  |  Size: 13 KiB

+ 10
- 1
public/style.css View File

@ -26,16 +26,25 @@
height: 60px; height: 60px;
} }
#error-code { #error-code {
background-color: rgb(208, 208, 208);
font-family: Comfortaa;
font-size: 200px;
color: rgb(208, 208, 208);
} }
#navigation { #navigation {
width: 70%; width: 70%;
padding-right: 20px !important; padding-right: 20px !important;
} }
.error {
color: rgb(208, 208, 208);
}
#dcimg {
width: 300px;
}
.big-title { .big-title {
font-family: Comfortaa; font-family: Comfortaa;
font-weight: bold; font-weight: bold;
font-size: 60px; font-size: 60px;
text-wrap: avoid;
} }
.m-title { .m-title {
font-family: Comfortaa; font-family: Comfortaa;

Loading…
Cancel
Save