SyntaxHighlighter or Code
Use
<pre class="prettyprint linenums"> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.<p>Sample text here...</p>
<pre class="prettyprint linenums"> <p>Sample text here...</p> </pre>
Button
Button styles can be applied to anything with the
.button class applied. However, typically you'll want to apply these to only <a> elements for the best rendering.Button
<a class="button" href="#PAGE-URL">Button</a>
Table
For basic styling—light padding and only horizontal dividers—add the base class
.table to any <table>.| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Bird |
<table class="table"> … </table>