I'm working on a school project that involves replicating a website. I'm trying to achieve a shadow effect under text in an oval shape, but so far my attempts have just resulted in a blurry rectangle.
Here is what I have currently: Click here
And here is the intended look: Click here
Below is the code I've been using, which creates the blurry rectangle:
box-shadow: 0 50px 20px -8px #000000;
Can anyone provide guidance on how to modify my current shadow effect to match the desired one in the second picture?
Thanks in advance,