[call-me] - fix bg

This commit is contained in:
Miroslav Pejic
2024-09-22 20:54:08 +02:00
parent e5cc3d1b37
commit c73da91174
+9 -2
View File
@@ -16,11 +16,18 @@ html,
body {
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
margin: auto;
overflow: auto;
background: url('background.jpg') center/cover no-repeat; /* Consolidate background properties */
}
body {
background: url('background.jpg') center center/cover no-repeat;
background-attachment: fixed; /* Keeps the background in place during scroll */
}
/* Session Time */