Found 626 Articles for CSS Framework

Make the button size small with Bootstrap

George John
Updated on 12-Jun-2020 14:08:30

2K+ Views

To make a small button, use the .btn-sm Bootstrap class.You can try to run the following code to make small size of button −ExampleLive Demo           Bootstrap Example                                                Small button          

Bootstrap Form Label

Ankith Reddy
Updated on 12-Jun-2020 14:10:48

192 Views

To add a label to a form in Bootstrap, use the label. You can try to run the following code to create a label in a Bootstrap form:ExampleLive Demo           Bootstrap Forms                                                             Player                                             Rank                                

Bootstrap .btn class

karthikeya Boyini
Updated on 12-Jun-2020 14:11:42

314 Views

Use the .btn class in Bootstrap to add a button to the web page.You can try to run the following code to implement a .btn classExampleLive Demo           Bootstrap Example                                             Result    

col-lg-* Bootstrap class

Arjun Thakur
Updated on 12-Jun-2020 14:14:49

427 Views

The input-lg is used to set the width of forms in Bootstrap.You can try to run the following code to implement col-lg Bootstrap class −ExampleLive Demo           Bootstrap Example                                                                                                                                                                                      

Bootstrap block level help text

Samual Sam
Updated on 12-Jun-2020 14:16:38

969 Views

Bootstrap form controls can have a block level help text that flows with the inputs. To add a full width block of content, use the .help-block after the .The following example demonstrates thisExampleLive Demo           Bootstrap Example                                          Example of Help Text                                 A longer block of help text that breaks onto a new line and may extend beyond one line.                    

input-lg Bootstrap class

Lakshmi Srinivas
Updated on 12-Jun-2020 13:48:36

271 Views

The input-lg is used to set the height of forms in Bootstrap.You can try to run the following code to implement the input-lg Bootstrap class ExampleLive Demo           Bootstrap Example                                                                                                                .input-lg                                

Bootstrap .has-error class

karthikeya Boyini
Updated on 12-Jun-2020 13:52:44

2K+ Views

The has-error class allows you to set error for input.You can try to run the following code to implement the has-error classExampleLive Demo           Bootstrap Example                                                                      Input with error                                                                        

Bootstrap radio class

George John
Updated on 12-Jun-2020 13:54:03

266 Views

Use radio class if you want to limit the user to just one selection. Use .radio-inline class to a series of radios for controls appears on the same line.You can try to run the following code to implement the Bootstrap radio class &mminus;ExampleLive Demo           Bootstrap Forms                                       Favourite Sports                             Cricket                                                            Football                    

Bootstrap .has-warning class

Chandu yadav
Updated on 12-Jun-2020 13:56:26

336 Views

The has-warning class allows you to set warning for input.You can try to run the following code to implement has-warning class −ExampleLive Demo           Bootstrap Example                                                                      Input with warning                                                                        

Bootstrap .has-success class

Arjun Thakur
Updated on 12-Jun-2020 14:00:07

531 Views

The has-success class allows you to set success action for input −ExampleLive Demo           Bootstrap Example                                                                      Input with success                                                                        

Advertisements