Skip to content

Instantly share code, notes, and snippets.

@thanos
Created August 10, 2012 18:18
Show Gist options
  • Select an option

  • Save thanos/3316397 to your computer and use it in GitHub Desktop.

Select an option

Save thanos/3316397 to your computer and use it in GitHub Desktop.
setting pre to honor word wrap
<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