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 d7639d3 commit 422ed94
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@

<style>

body {
background-image: url("looking-for-it_web72.JPG");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: contains;
}


section.notFound {
display: flex;
Expand All @@ -27,12 +20,16 @@
section.notFound h1 {
color: orange;
font-size: 50px;
}

section.notFound h1 {
margin-bottom: 45px;
}

section.notFound div.img img {
background-image: url("looking-for-it_web72.JPG");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: contains;
}

div.text {
height: 15vh;
}
Expand Down Expand Up @@ -73,6 +70,7 @@
}
</style>
<section class="notFound">
<div class="img">
<div class="text">
<h1>Sorry! <br> I've been digging deep, but I can't find what you're looking for.. <br> Please start all over from <a href="https://1coderookie.github.io/KobraGoNeoInsights" class="yes">HOME</a></h1>
</div>
Expand Down

0 comments on commit 422ed94

Please sign in to comment.