Creating Inner Shadows with box-shadow in CSS


Apply inner shadows to elements for inset visual effects.

Source Code

.inner-shadow {
    box-shadow: inset 0 0 10px #000000;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments