We all know that we can use box-shadow to add shadows to our HTML elements. eg
.box{
box-shadow: 2px 3px 10px rgba(0, 0, 0, .5);
}
En...
For further actions, you may consider blocking this person and/or reporting abuse
I didn’t even know drop shadows existed until now
Hope you have a lot of fun with it
Nicely explained.
Many many Thanks 💖
If I recall correctly, being rectangle/conforming to visible shape also applies to text, and other things with possible transparency, doesn't it?
Yes
You cab use text-shadow instead of box-shadow for texts btw
omg!
Great
TIL 🙏
Amazing discovery! Thanks
it's Very useful, thanks
Glad you liked it
Nice and easy 👌
Thanks 💓
Thanks for this. Really needed
You're most welcome
Thanks for the new concept. You have explained this elegantly. I have learned something new and achieved my daily goal happily. :)
I am glad I could help <3
Nice info.. many many thanks for sharing
glad you liked it
Have you got information about the performance of both solutions?