Skip to content

Home

Etched text

Creates an effect where text appears to be "etched" or engraved into the background.

<p class="etched-text">I appear etched into the background.</p>
.etched-text {
  text-shadow: 0 2px white;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b8bec5;
}

More like this

Start typing a keyphrase to see matching snippets.