Created
December 15, 2015 15:28
-
-
Save nacholibre/29b1e7ef14845ab10ffc to your computer and use it in GitHub Desktop.
This file contains 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
#container { | |
width:200px; | |
height:200px; | |
border:solid 1px #333; | |
word-wrap:break-word; | |
} | |
p { | |
white-space: pre-line; | |
margin:0 5px 0 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment