CSS - inset shadow

0 votes
179 views
added Jul 10, 2018 in CSS by Callum Sergeant (1,440 points)
edited Jul 12, 2018 by LC Marshal
.yourbox-shadow {
  -webkit-box-shadow: inset 0 1px 2px #203659;
  box-shadow: inset 0 1px 2px #203659);
}
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...