@Maryam-921Submitted about 1 year ago
I couldn't really connect the shadow of the right side box with the left one, I am not sure how to do it. I am also open to any other suggestions.
I couldn't really connect the shadow of the right side box with the left one, I am not sure how to do it. I am also open to any other suggestions.
Wrap the summary section inside a div nd use CSS box-shadow property -
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Adjust the values as needed */
The box-shadow property takes four values: offset-x, offset-y, blur-radius, and color.