Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2022-10-11 01:08:28 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2022-10-11 01:08:28 +0300
commit64d5dafc27c3c74aafb2b44cc9125f4458cb947d (patch)
tree91063cf4f6f99a238350607e107e534e84200435 /site/content
parent33e5374e554cf000444c80f0f3dd4fa16f17ab6b (diff)
Add initial heading
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.2/components/buttons.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/5.2/components/buttons.md b/site/content/docs/5.2/components/buttons.md
index f3eacff389..5dada3dd38 100644
--- a/site/content/docs/5.2/components/buttons.md
+++ b/site/content/docs/5.2/components/buttons.md
@@ -6,6 +6,8 @@ group: components
toc: true
---
+## Base class
+
Bootstrap has a base `.btn` class that sets up basic styles such as padding and content alignment. By default, `.btn` controls have a transparent border and background color, and lack any explicit focus and hover styles.
{{< example >}}