@hameedmodibboSubmitted over 1 year ago
I find doing the filter on that image difficult so i didn't do it please someone tell me how you do your own
I find doing the filter on that image difficult so i didn't do it please someone tell me how you do your own
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) ; }
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!