Flowing Ink - Make Your Mark

Your Signature
Your Signature

CSS Code:

.watermark {
  font-family: 'Dancing Script', cursive;
  font-size: 48px;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
  opacity: 0.8;
  transform: rotate(0deg);
  
  /* Positioning (as needed) */
  position: absolute;
  z-index: 10;
  pointer-events: none; /* Makes watermark non-interactive */
}