Update 404.css
This commit is contained in:
parent
eff8d6ec44
commit
cfad949a67
|
@ -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 {
|
||||||
|
@ -164,4 +163,4 @@ p {
|
||||||
.btn-voltar {
|
.btn-voltar {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue