what is a bootstrap card and how would you create one?

Report
Question
725 views

A card is bordered box with padding surrounding its content. It has options for headers, footers, content, and colors, among other things.

Please explain why do you think this question should be reported?

Report Cancel
<div class="card">
 <div class="card-header">Header</div>
 <div class="card-body">Body</div>
 <div class="card-footer">Footer</div>
</div>

Thread Reply

Leave an comment

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>