Found 10483 Articles for Web Development

Forms of Bootstrap Media Objects

Chandu yadav
Updated on 12-Jun-2020 22:33:48

149 Views

The goal of media objects is achieved by applying classes to some of the simple markup. There are two forms to the media object −.media − This class allows to float a media object (images, video, and audio) to the left or right of a content block..media-list − If you are preparing a list where the items will be part of an unordered list, use a class. Useful for comment threads or articles lists.

Small input group with Bootstrap

Ankith Reddy
Updated on 12-Jun-2020 22:36:13

399 Views

To set small input group with Bootstrap, use the .input-group-sm class.You can try to run the following code to implement the .input-group-sm class &minsu;ExampleLive Demo           Bootstrap Example                                          Search                                                                                                                                                      

Add Red label with Bootstrap

Anvi Jain
Updated on 12-Jun-2020 22:35:05

573 Views

Use .label-danger class in Bootstrap to add red colored label.You can try to run the following code to implement the .label-danger class −ExampleLive Demo           Bootstrap Example                                          If you find any issues, click below          Danger          

Create a padded grey box with rounded corners in Bootstrap

Arjun Thakur
Updated on 12-Jun-2020 22:11:03

731 Views

Use the .jumbotron class to create a padded grey box with rounded corners.You can try to run the following code to implement .jumbotron class in Bootstrap.ExampleLive Demo           Bootstrap Example                                                       Welcome to my website.             This is demo text.                            More                                

Make an element invisible with Bootstrap

Anvi Jain
Updated on 12-Jun-2020 22:13:27

286 Views

To make an element invisible with Bootstrap, use the invisible class.You can try to run the following code to hide an element −ExampleLive Demo           Bootstrap Example                                          Cricket Boards          The ICC governs cricket boards.          BCCI is also governed by ICC. (This element is invisible)          

Large input group with Bootstrap

George John
Updated on 12-Jun-2020 22:12:31

173 Views

To set large input group with Bootstrap, use the .input-group-lg class.You can try to run the following code to implement the .input-group-lg class −ExampleLive Demo           Bootstrap Example                                          Search                                                                                                                                                      

Bootstrap Grid Stacked to horizontal grid with fluid container

Chandu yadav
Updated on 12-Jun-2020 22:15:53

197 Views

To create a grid stacked to horizontal grid with fluid container, use the container-fluid class.This class allows the container to span to the screen’s full width.You can try to run the following code to create a grid with fluid container −ExampleLive Demo           Bootstrap Example                                          Grid                                      This is demo text. This is ... Read More

How to use Bootstrap Dropdown Plugins

Anvi Jain
Updated on 12-Jun-2020 22:14:29

198 Views

Using Dropdown plugin you can add dropdown menus to any components like navbars, tabs, pills and buttons.Let us see an example of dropdown plugins in Bootstrap −ExampleLive Demo           Bootstrap Example                                                       TutorialsPoint                                                Quiz                QA                                   Tutorials                                        C                      C++                      Java                                            PHP                                            Android                                                                              $(function(){             $(".dropdown-toggle").dropdown('toggle');          });          

Bootstrap Small Grid

Anvi Jain
Updated on 12-Jun-2020 22:17:00

213 Views

To create a Bootstrap Grid for small devices is what we call small gridYou can try to run the following code to implement this −ExampleLive Demo           Bootstrap Example                                          Grid                                      This is demo text. This is demo text. This is demo text.                This is demo ... Read More

Bootstrap Grid Stacked to horizontal grid

Ankith Reddy
Updated on 12-Jun-2020 22:18:05

253 Views

You can try to run the following code to create a grid stacked to the horizontal grid in Bootstrap −ExampleLive Demo           Bootstrap Example                                          Grid                                      This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo ... Read More

Advertisements