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 b74b6af commit 60dee40
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
background-image: url("looking-for-it_web72_19201080.JPG");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-size: contain;
background-color: black;
background-position: center;
}


Expand All @@ -26,7 +28,7 @@

section.notFound h1 {
color: orange;
font-size: 50px;
font-size: 30px;
margin-bottom: 45px;
}

Expand Down Expand Up @@ -58,7 +60,7 @@
}
section.notFound h1 {
color: orange;
font-size: 40px;
font-size: 20px;
}
div.text a {
color: red;
Expand Down

0 comments on commit 60dee40

Please sign in to comment.