css

03. Cards πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

Bootstrap Cards

It’s time to add content to your webpage. In this activity, you will add the card component to your template.

Instructions

  1. Review the Boostrap documentation on cards.

  2. Copy the code for the first card component on the page. Paste the code inside each <div> with a class of cardContainer col-lg-3 col-md-3 col-sm-12.

  • Note: There are four <div> tags within your page.
  1. Save your changes, then refresh your page. Your results should look like the image shown below:

Card Solution


βœ… Solutions

Solutions Click Here