diff --git a/index.html b/index.html index 5511dae..2718860 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,8 @@
  • Code
  • Tables
  • Popovers
  • +
  • Cards
  • +
  • Badges
  • Colors
  • Borders & shadows
  • Utilities
  • @@ -633,7 +635,7 @@ function add(x, y) { -
    +

    Cards

    Full card example

    It is possible to not put all the sub-classes like card-title, card-subtitle, card-text, ... But instead the framework will recognize the element properly if it's a h4, h5, p, ... And you need to put all this content on a div with card class.

    @@ -746,7 +748,7 @@ function add(x, y) {
    -
    +

    Badges

    Default

    You can customize badges colors with secondary, success, warning, danger classes.