DEV Community

Md Abdullah al noor
Md Abdullah al noor

Posted on

how can i make curve-foggy background image overlay

Firstly sorry. I cannot describe how I want my overlay to look exactly.

I am trying to make the overlay look like the picture below.

I have tried the following code:

*,*::after,*::before{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        section{
            margin-left: auto;
            padding: 20px 100px;
        }

Top comments (0)