Created
          September 13, 2019 15:37 
        
      - 
      
 - 
        
Save NeniEmSu/f5f1694450690ea66a21ead68ddbe4bf to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #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