CSS - box-shadow right side only

0 votes
175 views
added Dec 4, 2020 in CSS by lcjr First Warrant Officer (11,830 points)
.one-side-box-shadow {
  box-shadow: 5px 0 5px -5px rgb(190 190 190 / 70%);
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...