Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @ChriCass

    Posted

    a linear-gradient could be useful for the filter ;) here an example using a variable: :root{ --linearGradient: linear-gradient(120deg , hsla(277, 98%, 20%, 0.568) 0% , hsla(277, 100%, 36%, 0.486) 100%) ; }

    .your_image_container{ background-image: var(--linearGradient) , url(./images/image-header-desktop.jpg) ; }

    Marked as helpful

    1
  • @ChriCass

    Posted

    looks pretty cool! I'd suggest that you try to do the same design with grid! it could be the key to making it easier!

    1