diff --git a/site/content/docs/5.3/examples/badges/badges.css b/site/content/docs/5.3/examples/badges/badges.css new file mode 100644 index 0000000000..37e00d9e87 --- /dev/null +++ b/site/content/docs/5.3/examples/badges/badges.css @@ -0,0 +1,13 @@ +/* +.text-warning { + color: #997404 !important; +} + +.text-info { + color: #087990 !important; +} +*/ + +.badge > a { + color: inherit; +} diff --git a/site/content/docs/5.3/examples/badges/index.html b/site/content/docs/5.3/examples/badges/index.html new file mode 100644 index 0000000000..a452d36665 --- /dev/null +++ b/site/content/docs/5.3/examples/badges/index.html @@ -0,0 +1,149 @@ +--- +layout: examples +title: Badges +extra_css: + - "badges.css" +body_class: "" +--- + + + +
+ This is a custom jumbotron featuring an SVG image at the top, some longer text that wraps early thanks to a responsive .col-*
class, and a customized call to action.
+
+ This faded back jumbotron is useful for placeholder content. It's also a great way to add a bit of context to a page or section when no content is available and to encourage visitors to take a specific action. +
+ +
+ This takes the basic jumbotron above and makes its background edge-to-edge with a .container
inside to align content. Similar to above, it's been recreated with built-in grid and utility classes.
+
+ This is a simple Bootstrap jumbotron that sits within a .container
, recreated with built-in utility classes.
+