diff --git a/Website About/NEW/css/404.css b/Website About/NEW/css/404.css index e2dcde5..cddc04a 100644 --- a/Website About/NEW/css/404.css +++ b/Website About/NEW/css/404.css @@ -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; } -} \ No newline at end of file +}