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.

enter image description here

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

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -