Found 10483 Articles for Web Development

Bootstrap panel-footer class

Arjun Thakur
Updated on 12-Jun-2020 20:42:08

1K+ Views

Use the .panel-footer class in Bootstrap to set footer to panel.You can try to run the following code to implement panel-footer class −ExampleLive Demo           Bootstrap Example                                                       Panel heading                                 Panel content                                 Panel footer                    

Add a caption text inside a thumbnail class

Jennifer Nicholas
Updated on 12-Jun-2020 21:08:44

414 Views

To add a caption text in a thumbnail class, use the .caption class with the .thumbnail class in Bootstrap.The .thumbnail class is used to add thumbnail to an image −ExampleLive Demo           Bootstrap Example                                                                                                                                                             Data science is the process of deriving knowledge and insights from a huge and diverse set of data through organizing, processing and analysing the data.                                                                                        

Create an extra small button with Bootstrap

karthikeya Boyini
Updated on 12-Jun-2020 20:43:16

469 Views

Use the .btn-xs class in Bootstrap to create an extra small button in BootstrapExampleLive Demo           Bootstrap Example                                 Click below if you want to know the message:       Message    

Create a yellow button (warning) with Bootstrap

Ankith Reddy
Updated on 12-Jun-2020 20:44:32

942 Views

Use the .btn-warning class in Bootstrap to create a yellow button that indicates warning in Bootstrap.You can try to run the following code to implement the .btn-warning class −ExampleLive Demo           Bootstrap Example                                 You are WARNED!    

Add a yellow background color to an element to set warning action with Bootstrap

Samual Sam
Updated on 12-Jun-2020 20:48:42

246 Views

To set warning action to a button in Bootstrap, use the .btn-warning button. You can try to run the following code to implement btn-warning buttonExampleLive Demo           Bootstrap Example                                 Click below if you want to know the warning message:       Warning    

Create a large button group with Bootstrap

George John
Updated on 12-Jun-2020 20:46:52

259 Views

To create a large button group in Bootstrap, use the .btn-group-lg class.You can try to run the following code to form a large button group −ExampleLive Demo           Bootstrap Example                                 The following are the car brands:                BMW          Audi          Jeep          Datsun          Toyota             The following are FMCG:                ITC Limited          Colgate-Palmolive          Nestle          Britannia Industries Limited          

Add a green background color to an element to set positive action with Bootstrap

Vrundesha Joshi
Updated on 12-Jun-2020 20:45:40

187 Views

Use the .btn-success class in Bootstrap to set a positive action to an element. You can try to run the following code to implement the .btn-success class −ExampleLive Demo           Bootstrap Example                                 The following are FMCG companies:                ITC Limited          Nestle          Britannia Industries Limited             Click below if the above list is correct:       Success    

Create a large button with Bootstrap

Chandu yadav
Updated on 12-Jun-2020 20:50:15

1K+ Views

To create a large button, use the .btn-lg class in Bootstrap.You can try to run the following code to implement the .btn-lg class −ExampleLive Demo           Bootstrap Example                                 The following are FMCG companies:                ITC Limited          Nestle          Britannia Industries Limited          

Create a button look like a link with Bootstrap

Lakshmi Srinivas
Updated on 12-Jun-2020 20:51:27

5K+ Views

Use the .btn-link class in Bootstrap to create a button look like a link.You can try to run the following code to implement a .btn-link classExampleLive Demo           Bootstrap Example                                 The following are FMCG companies:                ITC Limited          Colgate-Palmolive          Nestle          Britannia Industries Limited          

Make a Bootstrap button group appear vertically stacked

karthikeya Boyini
Updated on 12-Jun-2020 20:52:36

1K+ Views

Use the .btn-group-vertical class in Bootstrap to make a button group appear vertically stacked.You can try to run the following code to implement a .btn-group-vertical classExampleLive Demo           Bootstrap Example                                 The following are the car brands:                BMW          Audi          Jeep          Datsun          Toyota             The following are FMCG:                ITC Limited          Colgate-Palmolive          Nestle          Britannia Industries Limited          

Advertisements