Skip to content

Instantly share code, notes, and snippets.

@miketery
Last active April 30, 2021 22:44
Show Gist options
  • Save miketery/e1684f529360c4630856cabaed33d6e1 to your computer and use it in GitHub Desktop.
Save miketery/e1684f529360c4630856cabaed33d6e1 to your computer and use it in GitHub Desktop.
.horizontal-and-vertical-centering {
display: flex;
justify-content: center;
align-items: center;
}
.truncate-text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
https://markodenic.com/css-tips/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment