bootstrap

bootstrap

Media objects in Bootstrap : Explanation with example

Media objects are used to create repetive contents with a media like image or videos. Think about a list of blog comments where user image is placed on the left side of the comment. We can easily create components like comments using media objects.Two classes are required for creating a media object.

Read
bootstrap

Button group in Bootstrap 4 : Explanation with example

Button-group or group of buttons can be created in bootstrap easily. Bootstrap comes with one inbuilt class called btn-group for displaying buttons in groups. We can create vertical or horizontal groups with different types of buttons. In this tutorial, we will mainly learn how to create button groups using bootstrap 4. We will post the full html file code below that you can copy into any .html file and check the result. Let's take a look :.

Read