CSS property - text shadow

0 votes
374 views
added Jul 12, 2018 in CSS by LC Marshal Captain (25,790 points)
text-shadow: 1px 1px #ff0000;

1 Response

0 votes
responded Aug 16, 2021 by lcjr First Warrant Officer (11,850 points)
.subtle-style {
  text-shadow: 2px 4px 8px #000;
}
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...