Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Last active August 29, 2015 14:02
Show Gist options
  • Save siggiarni/f8370bb515460e1a6102 to your computer and use it in GitHub Desktop.
Save siggiarni/f8370bb515460e1a6102 to your computer and use it in GitHub Desktop.
CSS space
/* whitespace */
.foo {
content: "\0020";
}
/* non-breaking space */
.bar {
content: "\00a0";
}
/* line break */
.boo {
content: "\a";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment