From 0bb8f991a032ff984f45ede26b53643ffa93891b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 19 Jan 2021 08:34:18 +0200 Subject: Add v4.6.0 docs --- docs/4.6/examples/pricing/index.html | 161 ++++++++++++++++++++++++++++++++++ docs/4.6/examples/pricing/pricing.css | 20 +++++ 2 files changed, 181 insertions(+) create mode 100644 docs/4.6/examples/pricing/index.html create mode 100644 docs/4.6/examples/pricing/pricing.css (limited to 'docs/4.6/examples/pricing') diff --git a/docs/4.6/examples/pricing/index.html b/docs/4.6/examples/pricing/index.html new file mode 100644 index 000000000..5afbb8922 --- /dev/null +++ b/docs/4.6/examples/pricing/index.html @@ -0,0 +1,161 @@ + + + + + + + + + Pricing example · Bootstrap v4.6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
Company name
+ + Sign up +
+ +
+

Pricing

+

Quickly build an effective pricing table for your potential customers with this Bootstrap example. It’s built with default Bootstrap components and utilities with little customization.

+
+ +
+
+
+
+

Free

+
+
+

$0 / mo

+
    +
  • 10 users included
  • +
  • 2 GB of storage
  • +
  • Email support
  • +
  • Help center access
  • +
+ +
+
+
+
+

Pro

+
+
+

$15 / mo

+
    +
  • 20 users included
  • +
  • 10 GB of storage
  • +
  • Priority email support
  • +
  • Help center access
  • +
+ +
+
+
+
+

Enterprise

+
+
+

$29 / mo

+
    +
  • 30 users included
  • +
  • 15 GB of storage
  • +
  • Phone and email support
  • +
  • Help center access
  • +
+ +
+
+
+ + +
+ + + + + diff --git a/docs/4.6/examples/pricing/pricing.css b/docs/4.6/examples/pricing/pricing.css new file mode 100644 index 000000000..cbf0ec013 --- /dev/null +++ b/docs/4.6/examples/pricing/pricing.css @@ -0,0 +1,20 @@ +html { + font-size: 14px; +} +@media (min-width: 768px) { + html { + font-size: 16px; + } +} + +.container { + max-width: 960px; +} + +.pricing-header { + max-width: 700px; +} + +.card-deck .card { + min-width: 220px; +} -- cgit v1.2.3