mirror of
https://github.com/ColonelParrot/jscanify.git
synced 2025-12-31 06:31:54 +00:00
Fix background image
This commit is contained in:
parent
196e8393aa
commit
189356af5b
@ -12,6 +12,7 @@ body {
|
|||||||
background-image: url("images/galaxy.png");
|
background-image: url("images/galaxy.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: 0 -170px;
|
background-position: 0 -170px;
|
||||||
|
background-attachment: fixed;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user