Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
we need time for this update, fr we crank it up like 10 hour just for this change
  • Loading branch information
Teknisi-Anime authored Oct 16, 2024
1 parent ca1da6b commit 2c20359
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@
background-size: cover;
}

.page-header-404 {
background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/404.gif);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.page-header-inner {
background: rgba(15, 23, 43, .7);
}
Expand Down Expand Up @@ -374,4 +381,4 @@
margin-right: 0;
padding-right: 0;
border-right: none;
}
}

0 comments on commit 2c20359

Please sign in to comment.