Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .section-banner
  2. height: 600px
  3. display: flex
  4. align-items: center
  5. color: #FFFFFF
  6. position: relative
  7. background: $main-gradient
  8. z-index: 1
  9. &::after
  10. content: ''
  11. position: absolute
  12. top: 0
  13. left: 0
  14. width: 100%
  15. height: 100%
  16. z-index: -1
  17. opacity: .41
  18. background-image: url('../img/6.jpg')
  19. -webkit-background-size: cover
  20. background-size: cover
  21. mix-blend-mode: overlay
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement