-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_image.scss
More file actions
23 lines (17 loc) · 999 Bytes
/
_image.scss
File metadata and controls
23 lines (17 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body{
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url("../img/istockphoto-1391066415-170667a.webp") center/cover fixed no-repeat ;
// background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url("../img/download\ \(1\).jpg") center/cover fixed no-repeat ;
// background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url("../img/download.jpg") center/cover fixed no-repeat ;
// background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url("../img/home.jpg") center/cover fixed no-repeat ;
// background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url("../img/neon.jpg") center/cover fixed no-repeat ;
// background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url("../img/reg.jpg") center/cover fixed no-repeat ;
}
// .banner{
// // min-height: 100vh;
// align-items: center;
// justify-content: center;
// text-align: center;
// color: white;
// width: 100%;
// /* font-size: 60px; */
// }