Inset Shadow
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>
<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>