Update 404.css

This commit is contained in:
ErikrafT 2025-05-06 16:42:38 -03:00 committed by GitHub
parent eff8d6ec44
commit cfad949a67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 7 deletions

View File

@ -1,14 +1,13 @@
@import url('stylebase.css');
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
background-image: url('../images/Gato-Comeu-Pagina-HTML.png'); background-image: url('/images/Gato-Comeu-Pagina-HTML.png');
background-repeat: repeat; background-size: contain;
background-size: 500px; background-position: center center;
background-position: center;
background-attachment: fixed; background-attachment: fixed;
background-color: var(--background-color); background-color: var(--background-color);
position: relative; position: relative;
min-height: 100vh;
overflow-x: hidden;
} }
body::before { body::before {