diff --git a/demo.html b/demo.html index fab331c..b407614 100644 --- a/demo.html +++ b/demo.html @@ -195,5 +195,70 @@

Addresses

+ +
+

Buttons

+ +
+

Use the button classes on an + <a>, + <button>, or + <input>element. +

+
+ +
+

+ Link + + + +

+
+
+ +

+ <a + class="btn btn-default" + href="#" + role="button">Link</a> +

+

+ <button + class="btn btn-default" + type="submit">Button</button> +

+

+ <input + class="btn btn-default" + type="button" + value= + "Input"> +

+

+ <input + class="btn btn-default" + type="submit" + value="Submit"> +

+
+
+