Skip to content

Instantly share code, notes, and snippets.

@devstar0209
Created March 15, 2024 02:21
Show Gist options
  • Save devstar0209/b3ed4de4333897bbe2cf1ecec2a4a5ff to your computer and use it in GitHub Desktop.
Save devstar0209/b3ed4de4333897bbe2cf1ecec2a4a5ff to your computer and use it in GitHub Desktop.
3 dots text
{
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
color: #63b5ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment