Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
1coderookie authored Mar 9, 2024
1 parent 16f5e0b commit 53810f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
background-repeat: no-repeat;
}


section.notFound {
display: flex;
justify-content: center;
Expand All @@ -23,17 +24,17 @@
}

section.notFound h1 {
color: red;
font-size: 40px;
color: black;
font-size: 50px;
}

section.notFound h2 {
color: black;
font-size: 35px;
font-size: 45px;
}

section.notFound h1, h2, h3 {
margin-bottom: 35px;
margin-bottom: 45px;
}

div.text {
Expand All @@ -60,10 +61,10 @@
height: auto;
}
section.notFound h1 {
font-size: 25px;
font-size: 40px;
}
section.notFound h2 {
font-size: 15px;
font-size: 35px;
}
div.text a:active {
color: red;
Expand All @@ -74,8 +75,7 @@
<section class="notFound">
<div class="text">
<h1>Sorry!</h1>
<h2>I've been digging deep, but I can't find what you're looking for - please start all over from</h2>
<a href="https://1coderookie.github.io/KobraGoNeoInsights" class="yes">HOME</a>
<h2>I've been digging deep, but I can't find what you're looking for - please start all over from <br> <a href="https://1coderookie.github.io/KobraGoNeoInsights" class="yes">HOME</a></h2>
</div>
</section>

Expand Down

0 comments on commit 53810f5

Please sign in to comment.