@mohamadadithyaSubmitted over 2 years ago
I felt difficult to create an overlay behind the navbar menu, if you have any solution please let me know. Your feedback is useful for me :).
I felt difficult to create an overlay behind the navbar menu, if you have any solution please let me know. Your feedback is useful for me :).
Yes, the overlay was a challenge, I did it by changing the background-color of body element to rgb(64,64,64). But this did not influence the images, so filter: brightness(50%) on the main section (containing all the images) did the trick for me!