Created
August 10, 2012 18:18
-
-
Save thanos/3316397 to your computer and use it in GitHub Desktop.
setting pre to honor word wrap
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
| <div style="background-color:#ffffff; color:#000000; padding:20px;"> | |
| <h2>TERMS OF USE</h2> | |
| <h3>ACCEPTANCE OF TERMS</h3> | |
| <p> | |
| <pre> | |
| Terms of Use go here | |
| </pre> | |
| </p> | |
| <h2>PRIVACY POLICY</h2> | |
| <h3>SUB HEADING</h3> | |
| <p> | |
| <pre> | |
| Privacy | |
| </pre> | |
| </p> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment