Outlined text with CSS

PHOTO EMBED

Sun Mar 20 2022 16:55:31 GMT+0000 (Coordinated Universal Time)

Saved by @max_demydenko #css #text-styles

.outlined__text-white {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
}

.outlined__text-black {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px black;
}
content_copyCOPY

Styles for outline text with CSS. - .outlined__text-white for white stroke - .outlined__text-black for black stroke

https://agency-website-c0d1e7.webflow.io/