From d1b389603be48316ed8188dce318d447243d6185 Mon Sep 17 00:00:00 2001 From: arpan_srivastava <44284858+arpan-pro-learner@users.noreply.github.com> Date: Thu, 21 Oct 2021 17:54:05 +0530 Subject: [PATCH] Solved the issue #6 please review it @Bachittarjeet and let me know if u need any changes --- .../BootstrapButtons/buttons.html | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Bootstrap Examples/BootstrapButtons/buttons.html diff --git a/Bootstrap Examples/BootstrapButtons/buttons.html b/Bootstrap Examples/BootstrapButtons/buttons.html new file mode 100644 index 0000000..c991876 --- /dev/null +++ b/Bootstrap Examples/BootstrapButtons/buttons.html @@ -0,0 +1,77 @@ + + + + + + + + + Bootstrap Buttons + + + +

Simple bootstrap buttons

+
+ + + + + + + + + + + +
+

Outline bootstrap buttons

+
+ + + + + + + + +
+ + + +

Large bootstrap buttons

+
+ + + +
+ + + + +

Small bootstrap buttons

+ +
+ +
+ + + + + +

Bootstrap button with Disabled state

+
+ + +
+ + + + + + + + \ No newline at end of file