I am looking to create a background wrapper using CSS instead of an image. My goal is to add box shadow to achieve the same look as shown in the attached image.
I understand that I will need to use the box-shadow property for this task.
However, I am unsure about the exact way to implement it in order to replicate the desired output. I have experimented with the following code:
box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);