InterviewSolution
Saved Bookmarks
| 1. |
What are badges? Which class will you use to make your badge look more rounded? |
|
Answer» Badges are USED to supplement any content with additional information. To make rectangular badges, use the .BADGE class with a contextual class (like .badge-secondary) within <span> elements. It's worth noting that badges scale to fit the parent element's SIZE (if any). To make the badges more ROUNDED, we use the .badge-pill class. |
|