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 c0808ed commit 730a7c3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@

<style>

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


section.notFound {
display: flex;
justify-content: center;
Expand All @@ -23,12 +30,7 @@
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 @@ -70,7 +72,6 @@
}
</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 730a7c3

Please sign in to comment.