Docs/CSS/Shadows

CSS Shadows

box-shadow

box-shadow: offset-x offset-y blur spread color

text-shadow

text-shadow: offset-x offset-y blur color

style.css
Try It →
.sh {
  padding:20px;
  margin:10px 0;
  border-radius:12px;
  text-align:center;
  font-weight:bold;
  background:white;
}