Fixed background
This commit is contained in:
parent
bf88d832f2
commit
da00969395
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
|||
/* Body styles */
|
||||
body {
|
||||
background-color: #f9f9f9;
|
||||
background: #f5f5f5 url("assets/background.jpg") no-repeat center fixed;
|
||||
background: #f5f5f5 url("assets/background.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue