Skip to content

Instantly share code, notes, and snippets.

@deniaz
Created May 5, 2020 06:18
Show Gist options
  • Save deniaz/1546d34aeef3b14c6f8efdef225c2beb to your computer and use it in GitHub Desktop.
Save deniaz/1546d34aeef3b14c6f8efdef225c2beb to your computer and use it in GitHub Desktop.
CSS Normalize
* {
word-break: normal;
overflow-wrap: break-word;
position: relative;
box-sizing: border-box;
white-space: space-white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment