Skip to content

Instantly share code, notes, and snippets.

@spyesx
Last active August 29, 2015 14:23
Show Gist options
  • Save spyesx/8e7c4c0199aaf28c12d5 to your computer and use it in GitHub Desktop.
Save spyesx/8e7c4c0199aaf28c12d5 to your computer and use it in GitHub Desktop.
Truncate text in CSS to be SEO friendly
.trucate{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment