adding presentation background
This commit is contained in:
@@ -18,11 +18,8 @@ body {
|
||||
overscroll-behavior-y: none;
|
||||
color: #333;
|
||||
|
||||
background: #373b44; /* fallback for old browsers */
|
||||
background: -webkit-linear-gradient(to bottom, #373b44, @primary-color); /* Chrome 10-25, Safari 5.1-6 */
|
||||
background: linear-gradient(to bottom, #373b44, @primary-color); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
background-attachment: fixed;
|
||||
background: url("/assets/background.png");
|
||||
background-image: url("/assets/background.jpg");
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user