Inset Shadow

Inset shadows appear inside the element.

Preview

Code

<style>
.box{
width:160px;
height:80px;
background:#f59e0b;
box-shadow:inset 0 0 10px rgba(0,0,0,0.4);
}
</style>

<div class="box"></div>

More CSS Shadows Examples (8)