Category: Bootstrap
-
What are badges in bootstrap? – Create your first bootstrap badge
Hey, what’s up, guys. In this post, I will tell you about bootstrap badges. I will explain what bootstrap badges are and how you can create bootstrap badges. What are badges in bootstrap? Badges are like small labeling components. You can think of a badge as a label with rounded corners. You can use badges…
-
What is an accordion in bootstrap?-Create a bootstrap accordion.
Imagine, you have a lot of related information to show to the user but you don’t want to give much space to that content on your website. So the question is- how would you put all of your related informative content in less space than required? The answer is – Accordion. Let’s explore more about…
-
How to create a modal using bootstrap?
You have probably seen dialog box/popup window on some websites. In the bootstrap world, it is called Modal. Modal is a great way to display some extra content. You can use modal to show lightboxes, user notifications, or custom contents. In this post, we will create a simple page that contains a navbar. The navbar…
-
Create a jumbotron in bootstrap 5
In this post, we will see how we can create a jumbotron using bootstrap. Jumbotron is not supported in bootstrap 5. But we can still create a jumbotron using some helper classes. What is a jumbotron? A jumbotron is like a big box that you can use to show some special content to your site…
