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 {
font-family: Arial, sans-serif;
background-image: url('../images/Gato-Comeu-Pagina-HTML.png');
background-repeat: repeat;
background-size: 500px;
background-position: center;
background-image: url('/images/Gato-Comeu-Pagina-HTML.png');
background-size: contain;
background-position: center center;
background-attachment: fixed;
background-color: var(--background-color);
position: relative;
min-height: 100vh;
overflow-x: hidden;
}
body::before {
@ -164,4 +163,4 @@ p {
.btn-voltar {
padding: 10px 20px;
}
}
}