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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay