Found 626 Articles for CSS Framework

Create a small button with Bootstrap

Smita Kapse
Updated on 15-Jun-2020 06:26:19

2K+ Views

Use the .btn-sm class in Bootstrap to create a small button.You can try to run the following code to create button smaller than the default size −ExampleLive Demo           Bootstrap Example                                 Click below if you want to know the warning message:       Warning       Click below if you want to know the result:       Result    

Remove default list-style in Bootstrap

Chandu yadav
Updated on 15-Jun-2020 07:13:10

22K+ Views

To remove the list styles in Bootstrap, use the .list-unstyled class.You can try to run the following code to implement the .list-unstyled class −ExampleLive Demo           Bootstrap Example                                          Technologies                       Home             PHP             Java             jQuery             JavaScript             Ruby                                Technologies (Unstyled)                       Home             PHP             Java             jQuery             JavaScript             Ruby                    

Set all list items on a single line with Bootstrap

Nishtha Thakur
Updated on 15-Jun-2020 06:27:53

1K+ Views

To set all list items on a single line, use the .list-inline class.You can try to run the following code to implement the .list-inline class −ExampleLive Demo           Bootstrap Example                                          Technologies                       Home             PHP             Java             jQuery             JavaScript             Ruby                    

Set important information for a list item in a list group with Bootstrap

Ankith Reddy
Updated on 15-Jun-2020 06:29:08

62 Views

use the list-group-item-info class in Bootstrap to set key information for a list item in a list group.You can try to run the following code to implement the list-group-item-info class −ExampleLive Demo           Bootstrap Example                                          Java                                      Interfaces                                        Multi-threading                                        Packages                                

How to use Bootstrap Collapse Plugins

Smita Kapse
Updated on 15-Jun-2020 06:31:28

75 Views

The collapse plugin makes it easy to make collapsing divisions of the page. Whether you use it to build an accordion navigation or content boxes, it allows for a lot of content options.You can try to run the following code to implement collapse plugins in Bootstrap −ExampleLive Demo           Bootstrap Example                                                                                                              Click me to expand. Click me again to collapse.Section                                                                                             Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred                   nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo.                                                

How to use Bootstrap Button Plugins

Smita Kapse
Updated on 15-Jun-2020 06:34:08

78 Views

Add in some interaction such as control button states or create groups of buttons for more components like toolbars with the plugin.You can try to run the following code to implement button plugin −ExampleLive Demo           Bootstrap Example                                 Button Example                             Primary                                $(function () {             $("#myButtons1 .btn").click(function(){                $(this).button('toggle');             });          });          

Large input field with Bootstrap

Arjun Thakur
Updated on 15-Jun-2020 06:32:44

378 Views

Use the .input-lg class to set large input field in Bootstrap.You can try to run the following code to implement .input-lg class −ExampleLive Demo           Bootstrap Example                                                      Candidate Profile                                      What is your job profile?                                   Programmer                   Web Developer                   DBA                   Support Engineer                                                        Educational Qualifcation                                   Undergraduate                   Graduate                   Post-Graduate                                                

Create an extra small button group with Bootstrap

Smita Kapse
Updated on 15-Jun-2020 06:35:32

218 Views

To create a large button group in Bootstrap, use the .btn-group-xs class.You can try to run the following code to implement the .btn-group-xs class −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          

Bootstrap progress-bar class

George John
Updated on 15-Jun-2020 06:36:49

184 Views

Use the progress-bar class in Bootstrap to create a progress bar.You can try to run the following code to implement progress-bar class in Bootstrap −ExampleLive Demo           Bootstrap Example                                                       70% Complete                    

Set danger action for a list item in a list group with Bootstrap

Smita Kapse
Updated on 15-Jun-2020 06:38:08

64 Views

Use the .list-group-item-danger class in Bootstrap to set danger action for a list item in a list group −ExampleLive Demo           Bootstrap Example                                          Demo One                                      A                                        B                                

Advertisements