Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ccchristopherm
Last active March 9, 2021 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccchristopherm/1575fb6a7d09adc7b233661b3f7b1f40 to your computer and use it in GitHub Desktop.
Save ccchristopherm/1575fb6a7d09adc7b233661b3f7b1f40 to your computer and use it in GitHub Desktop.
.archive.category .page-header > .page-title {
/* Space words 100% of viewport's width. */
word-spacing: 100vw;
/* Move the text up to adjust for transparent text. */
margin-top: -1em;
}
.archive.category .page-header > .page-title::first-line {
/* Set the first line's text color to be transparent */
color: transparent;
}
@advfree
Copy link

advfree commented Mar 9, 2021

Hi, This works well in English. However, not works in another language. Any suggestions for the Chinese word?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment