Skip to content

Instantly share code, notes, and snippets.

@enishant
Created March 11, 2022 07:58
Show Gist options
  • Save enishant/f64e337c7761984ec40d9688f3ece59f to your computer and use it in GitHub Desktop.
Save enishant/f64e337c7761984ec40d9688f3ece59f to your computer and use it in GitHub Desktop.
Outline Text CSS
.outline-text {
font-size: 200px;
-webkit-text-stroke: 1px #FFF;
color: transparent;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-fill-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment