Bootstrap Media Objects
* Bootstrap is an important for a specific purpose that its Bootstrap media object.
* Bootstrap is an easy way to align media objects (like images or videos) to the left or to the right of some content. This can be widely used to display a blog comments, tweets and so on.
* It transfer a Documentation and examples for a construct highly repetitive components like blog comments, tweets and so on.

Media heading
These helps for a build complex and repetitive components where some media is positioned alongside content that doesn’t wrap around said media. Plus, it does helpful only two required classes thanks to flexbox.
Using the Bootstrap Media Object
If you want to create a layout that contains left- or right-aligned media object like images or video alongside the textual content such as blog comments, Tweets, etc. you can do this easily using the newly introduced Bootstrap media component, like this-:
Code
Output-:
Jacob Thornton Posted on October 29, 2014
Mark Otto and Jacob Thornton propounded Bootstrap at Twitter as a means of improving the consistency of tools used on the site and reducing maintenance. It was commonly known as “Twitter Blueprint” and is sometimes referred to as Twitter Bootstrap Software.
Mark Otto Posted January 31, 2012
He says we don’t work full-time on Bootstrap. Mark Otto primary role at Twitter is designing for Twitter.com and Jacob Thornton’s primary role is engineering on our Platform team. We both work on Bootstrap and also outside of work for the most part.
Creating Nested Media Objects
Media objects can also be nested inside other media object. It can be very useful for creating comment threads in a blog post. Here’s is an example-:
Example-:
Mark Otto Posted on February 19, 2016
Bootstrap initially named as Twitter Bootstrap was developed to overcome designing. So, Two main developers at Twitter, Mark Otto and Jacob Thornton.
Jacob Thornton Posted on February 21, 2019
Two brilliant developers Mark Otto, and Jacob Thornton developed this framework named as Bootstrap at Twitter,.
Media Heading Posted on February 15, 2018
A single media object. Only two classes are more required—the wrapping like .media and the .media-body around your content.
Alignment of Media Objects
You can also change the horizontal alignment of content and media by simply tweaking the HTML code itself, as demonstrated in the following example:-:
The media object can also be top, middle or bottom aligned with the media-top, media-middle or media-bottom class:-
Media Top
A single media object. Only two classes are more required—the wrapping like .media and the .media-body around your content.
It can be very useful for creating comment threads in a blog post and also used for specific purpose that it’s Media Top.
It helps for build a Top complex and repetitive components where some media is positioned with Bootstrap media alongside content that doesn’t wrap around said media.
Media Middle
A single media object. Only two classes are more required—the wrapping like .media and the .media-body around your content.
It can be very useful for creating comment threads in a blog post and also used for specific purpose that it’s Media Middle.
It helps for build a Middle complex and repetitive components where some media is positioned in the media objects alongside content that doesn’t wrap around said media.
Media Bottom
A single media object. Only two classes are more required—the wrapping like .media and the .media-body around your content.
It can be very useful for creating comment threads in a blog post and also used for specific purpose that it’s Media .Bottom
They helps for build Bottom complex and repetitive components where some media is positioned alongside content that doesn’t wrap around said media.
Bootstrap Navbar
* Navbar is one of the specific features of Bootstrap sites. Navbars are responsive ‘meta’ components that serve as navigation headers for your application are build for responsive website.
* Navbars collapse help us to mobile views and become horizontal and vertical as the available viewport width increases. At this core, the navbar includes styling for site names and basic navigation.
Creating a Simple Navbar with Bootstrap
You can also use the Bootstrap navbar component to make a responsive navigation header for your website or application. These responsive navbar having small viewports initially collapsed on devices like cell-phones but expand when user click the toggle button. However, it will be horizontal as normal on the medium devices and large devices like laptop or desktop.
You can also make a different modification of the navbar such as navbars with dropdown menus and search boxes as well as fixed positioned navbar with much less effort. The following example will explain you how to create a simple static navbar with navigation links.
Code
Output-:
Example-:
Adding Dropdowns to Navbar
You can also include search box and dropdowns within the navbars, as shown here:
Code
Output-
Placing Search Form inside Navbar
Search form is very exclusive component of the navbars and you have seen it on various website quite often. You can place various form controls and components within a navbar using the class .form-inline on the form element, as shown in the following example:_
Code
Output-:
Changing the Color Scheme of Navbars
You can also transform the color scheme of the navbar by using the .navbar-light for the light background colors, or .navbar-dark for the dark background colors. Then, you can customize it with the background-color utility classes, such as .bg-dark, .bg-primary, and so on. Alternatively, you applied the CSS background-color property on the .navbar element yourself to customize the navbar theme, as shown in the following example:
Code
Output-:
Creating the Fixed to Bottom Navbar
Similarly, It require for add the class .fixed-bottom on the .navbar element to fix the navbar at the bottom of the viewport.
Example-:
Fixed Top Navbar
The fixed-top navbar bar is fixed at the top of the viewport and does not scroll with the rest of the page.
Creating the Sticky Top Navbar
You can also design a sticky top navbar that scrolls with the page until it reaches the top, then stays there, by simply using the .sticky-top class on the .navbar element.
Example-:
Sticky Top Navbar
The static-top navbar scrolls with the page until it reaches the top, then stays there.