Skip to content

Instantly share code, notes, and snippets.

@ambar
Created July 30, 2012 02:59
Show Gist options
  • Save ambar/3203833 to your computer and use it in GitHub Desktop.
Save ambar/3203833 to your computer and use it in GitHub Desktop.
css line break
/*
http://stackoverflow.com/questions/65849/how-to-insert-line-breaks-in-html-documents-using-css/66000#66000
*/
a:before {
content: '\a';
white-space: pre;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment