Contribution Date
Technology
Contribution Project
Contribution Details
You can directly use box-shadow.
box-shadow:
0 0 72px rgba(0, 0, 0, 0.2),
0 0 8px rgba(0, 0, 0, 0.04),
0 0 40px rgba(0, 0, 0, 0.06);
As box shadow is supported in safari browser, there is no need of using -webkit-box-shadow
Also, for consistency use px units over rem here. thanks
Issue Status
Needs Review
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0