Bootstrap Articles - Page 40 of 49

Vertical Buttongroup with Bootstrap

Samual Sam
Updated on 12-Jun-2020 15:58:37

167 Views

The btn-group-vertical class makes a set of buttons appear vertically stacked rather than horizontally.You can try to run the following code to work with a vertical button groupExampleLive Demo           Bootstrap Example                                          BCA          B.Tech                                      Masters                span class = "caret">                                        MCA                MBA                M.Tech                M.COM                                

Usage of Bootstrap .btn-group-* class

Arjun Thakur
Updated on 12-Jun-2020 15:05:28

187 Views

To learn the usage of .btn-group-* class, you can try to run the following code:ExampleLive Demo           Bootstrap Example                                          One          Two                      Three          Four                      Five          Six          

Img-circle Bootstrap class

Lakshmi Srinivas
Updated on 12-Jun-2020 15:08:13

567 Views

Use the img-circle Bootstrap class to style your image and make it completely round.You can try to run the following code to implement the img-circle classExampleLive Demo           Bootstrap Images                                 Styling images with Bootstrap       Original Image             Image with Rounded Corners          

Bootstrap btn-group class

Rishi Rathor
Updated on 12-Jun-2020 15:06:50

236 Views

Use the class .btn-group to create a button group.You can try to run the following code to implement the btn-group class −ExampleLive Demo           Bootstrap Example                                 The following are the buttons:                One          Two          

Set disabled state for Bootstrap Buttons

George John
Updated on 12-Jun-2020 15:13:00

299 Views

To set disabled state, use the disabled class.You can try to run the following code for the disabled state of a button −ExampleLive Demo           Bootstrap Example                                 The following are some buttons:                Default Button                      Disabled Button          

Caret Bootstrap class

Samual Sam
Updated on 12-Jun-2020 15:11:57

2K+ Views

Use carets to indicate dropdown functionality and direction. To get this functionality use the class caret with a element.You can try to run the following code to implement caret Bootstrap classExampleLive Demo           Bootstrap Example                                 Caret Example    

Align Dropdown to the right with Bootstrap

karthikeya Boyini
Updated on 12-Jun-2020 15:15:11

743 Views

To align dropdown to the right, add the class .pull-right to .dropdown-menu. You can try to run the following code to align dropdown to the rightExampleLive Demo           Bootstrap Example                                                       Cars                                                            BMW                                        Audi                                                           Hyundai                                                                           Mitsubishi                                                                           Nissan                                                

Bootstrap class pull-right

Samual Sam
Updated on 12-Jun-2020 14:45:09

2K+ Views

Float an element to the right with class pull-right.You can try to run the following code to implement the pull-right classExampleLive Demo           Bootstrap Example                                          Float to right          

sr-only Bootstrap class

George John
Updated on 12-Jun-2020 14:53:35

456 Views

Hide an element to all devices except screen readers with the class .sr-only.You can try to run the following code to implement the sr-only Bootstrap −ExampleLive Demo           Bootstrap Example                                                                      Email address                                                        Password                                                

Hide content with Bootstrap

Chandu yadav
Updated on 12-Jun-2020 14:56:09

442 Views

To hide content with Bootstrap, use the .hidden class in Bootstrap. You can try to run the following code to hide content:ExampleLive Demo           Bootstrap Example                                                       Content is visible.                                 Content is hidden.                    

Advertisements