css3 - CSS: How to round box corners inside with shadow? -
found topic how make inner round corners. how add shadow whole section?
i need shadow around section. have problems in these corners.
you use filter
property drop-shadow()
, eg filter: drop-shadow(16px 16px 10px black)
inside element inset corners.
here's more info on property
Comments
Post a Comment