css super smooth shadow

Solutions on MaxInterview for css super smooth shadow by the best coders in the world

showing results for - "css super smooth shadow"
Martina
25 Feb 2020
1/*Super smooth shadow*/  
2box-shadow:
3  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
4  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
5  0 12.5px 10px rgba(0, 0, 0, 0.06),
6  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
7  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
8  0 100px 80px rgba(0, 0, 0, 0.12)