Skip to content

Instantly share code, notes, and snippets.

@fmagrosoto
Last active January 5, 2021 18:19
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 fmagrosoto/4643c7647c3d3c4b232e1fae2cf7c22f to your computer and use it in GitHub Desktop.
Save fmagrosoto/4643c7647c3d3c4b232e1fae2cf7c22f to your computer and use it in GitHub Desktop.
Overflow hellip
h1 {
margin: 0;
padding: 0;
font-weight: 300;
color: whitesmoke;
font-size: 36px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment