Skip to content

Instantly share code, notes, and snippets.

@NeniEmSu
Created September 13, 2019 15:37
Show Gist options
  • Save NeniEmSu/f5f1694450690ea66a21ead68ddbe4bf to your computer and use it in GitHub Desktop.
Save NeniEmSu/f5f1694450690ea66a21ead68ddbe4bf to your computer and use it in GitHub Desktop.
#bg {
background: url("~assets/img/bg-img.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
background-color: grey;
&:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom right, #000000, #000000);
opacity: 0.4;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment