- Examples
- Examples
- Layouts
- Advanced examples
Bootstrap Cards
Bootstrap’s cards provide a flexible and extensible content container with multiple variants and options.
Examples
Now UI Design System
One of the most beautiful and complex UI Kits built by the team behind Creative Tim. That"s pretty impressive.
More about usExamples
Cards support a wide variety of content, including images, text, list groups, links, and more. Below are examples of what’s supported.
Layouts
In addition to styling the content within cards, Bootstrap includes a few options for laying out series of cards. For the time being, these layout options are not yet responsive.
Card groups PRO
Need a set of equal width and height cards that aren’t attached to one another? Use card decks.
Now UI Design System
One of the most beautiful and complex UI Kits built by the team behind Creative Tim. That"s pretty impressive.
More about usNow UI Design System
One of the most beautiful and complex UI Kits built by the team behind Creative Tim. That"s pretty impressive.
More about usNow UI Design System
One of the most beautiful and complex UI Kits built by the team behind Creative Tim. That"s pretty impressive.
More about usAdvanced examples
Blog Cards PRO
Rover raised $65 million for pet sitting
Finding temporary housing for your dog should be as easy as renting an Airbnb. That’s the idea behind Rover, which raised $65 million to expand its pet sitting and dog-walking businesses.. Read More
Profile Cards PRO
Olivia Harper
@oliviaharper
The connections you make at Web Summit are unparalleled, we met users all over the world.
Full background Cards PRO
Pricing card PRO
List group PRO
- Cras justo odio
- Dapibus ac facilisis in
- Vestibulum at eros
Card title
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis non dolore est fuga nobis ipsum illum eligendi nemo iure repellat, soluta, optio minus ut reiciendis voluptates enim impedit veritatis officiis.
Go somewhereImage PRO
Enterprise
Siri brings hands-free TV to more devices
Siri's latest trick is offering a hands-free TV viewing experience, that will allow consumers to turn on or off their television, change inputs, fast forward, rewind and more, without having to first invoke a specific skill, or even press a button on their remote.
Blockquote PRO
Testimonial
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Overlay PRO
Search and Discovery
Website visitors today demand a frictionless user expericence — especially when using search. Because of the hight standards.
Bootstrap Panel
In Bootstrap 4, panels are dropped entirely for the new card component and are created with the .card
class, and content inside the panel has a .card-body
class.
Bootstrap 4 Panel changes
.panel
to.card
, now built with flexbox..panel-default
removed and no replacement..panel-group
removed and no replacement..card-group
is not a replacement, it is different..panel-heading
to.card-header
.panel-title
to.card-title
. Depending on the desired look, you may also want to use heading elements or classes (e.g.<h3>
,.h3
) or bold elements or classes (e.g.<strong>
,<b>
,.font-weight-bold
). Note that.card-title
, while similarly named, produces a different look than.panel-title
..panel-body
to.card-body
.panel-footer
to.card-footer
.panel-primary
,.panel-success
,.panel-info
,.panel-warning
, and.panel-danger
have been dropped for.bg-
,.text-
, and.border
utilities generated from our$theme-colors
Sass map.