Commit a13ab648 authored by Mark Otto's avatar Mark Otto
Browse files

add a quick little example of icons in buttons

parent fb9401b3
Showing with 3 additions and 0 deletions
+3 -0
...@@ -1323,6 +1323,9 @@ Form states ...@@ -1323,6 +1323,9 @@ Form states
<p>Essentially, anywhere you can put an <code>&lt;i&gt;</code> tag, you can put an icon.</p> <p>Essentially, anywhere you can put an <code>&lt;i&gt;</code> tag, you can put an icon.</p>
</div> </div>
</div> </div>
<h3>Examples</h3>
<p><a class="btn" href="#"><i class="check"></i> Button</a></p>
</section> </section>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment