[call-me] - fix bg
This commit is contained in:
+9
-2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user