Rose City Run-Thru
-
<p>Rose City Run-Thru</p>
Feedback
-
link to a pdf (class="pdf")
link to a doc file (class="doc")
link to a pdf (class="pdfb")
link to a doc (class="docb")
-
Button Samples
Colors
Sizes
Usage
Textexpander snippets:
- ,blight
- ,bgray
- ,bgreen
- ,bglue
- ,bred
- ,bpurple
Snippets will pop up a dialog to select button size (leave blank for normal) and field to input button text:
Click OK and code will paste:
<p class="omega"> <a class="btn btn-secondary" href="" rel="" style="-webkit-box-shadow:none">Blue Button Content</a> </p>
result:
<div class="omega"> <a class=" btn btn-[color] btn-[size]" href=""> [link text] </a> </div>
Button Test
Recommended Comments
There are no comments to display.