Those shadows are smooth indeed, very cool project!
Small suggestion is to make the box to which the shadow is applied resizable. How we want the shadow to look often depends on the size of the element to which it is applied.
Could be as simple as adding this CSS to the box: resize: both; overflow: auto;
Small suggestion is to make the box to which the shadow is applied resizable. How we want the shadow to look often depends on the size of the element to which it is applied.
Could be as simple as adding this CSS to the box: resize: both; overflow: auto;