fixed bg cutting out by the end of the content of the pages
This commit is contained in:
parent
c5ffb99278
commit
14bba6fb49
1 changed files with 5 additions and 5 deletions
10
style.css
10
style.css
|
@ -15,15 +15,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
||||||
background-color: var(--background) ;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-image: url(/assets/bgpattern.png);
|
background-image: url(/assets/bgpattern.png);
|
||||||
animation: scrolling 20s linear 1;
|
animation: scrolling 20s linear 1;
|
||||||
animation-direction: forward;
|
animation-direction: forward;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
|
background-color: var(--background) ;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
Loading…
Reference in a new issue