Background Overlay With Image - CSS

PHOTO EMBED

Thu Feb 22 2024 11:23:11 GMT+0000 (Coordinated Universal Time)

Saved by @riyadhbin

.main-dashboard {
  background-image: url("/uploads/New Project.webp"), linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;    
}
content_copyCOPY