You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.\r\n\r\nIf you\u2019re familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.",
"usage": "Turn an image into a card background and overlay your card\u2019s text. Depending on the image, you may or may not need additional styles or utilities.",
"snippet": "<div class=\"card\">\r\n <img class=\"card-img\" src=\"\/images\/pathToYourImage.png\" alt=\"Card image\">\r\n <div class=\"card-img-overlay\">\r\n <p class=\"card-text\">I'm text that has a background image!<\/p>\r\n <\/div>\r\n<\/div>",