fixed background
This commit is contained in:
parent
9b218d189f
commit
41b40ff732
1 changed files with 2 additions and 4 deletions
|
|
@ -1,13 +1,11 @@
|
||||||
/* Style global */
|
/* Style global */
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: 100%;
|
|
||||||
background: radial-gradient(circle at center, #1a5c1a 0%, #0d3d0d 100%);
|
background: radial-gradient(circle at center, #1a5c1a 0%, #0d3d0d 100%);
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
|
|
@ -20,8 +18,8 @@ body::after {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vh;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.15) 100%);
|
background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.15) 100%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue