Last active
January 5, 2021 18:19
-
-
Save fmagrosoto/4643c7647c3d3c4b232e1fae2cf7c22f to your computer and use it in GitHub Desktop.
Overflow hellip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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