Found 700 Articles for Bootstrap

Bootstrap nav-stacked class

Ankith Reddy
Updated on 12-Jun-2020 13:32:57

623 Views

Use the nav-stacked class to set the pills vertically. Set the pills vertically using the class .nav-stacked along with the classes: .nav, .nav-pills.You can try to run the following code to set vertical pills in Bootstrap −ExampleLive Demo           Bootstrap Example                                 Subjects                Java          WordPress          JavaScript          

Indicate a dangerous action to a particular table row or cell with Bootstrap

George John
Updated on 12-Jun-2020 12:42:43

104 Views

To indicate a dangerous action to a particular table row or cell with Bootstrap, use the .danger class. You can try to run the following code to implement the .danger class −ExampleLive Demo           Bootstrap Table                                                                                         Subject                   Marks                   Type                                                                           Java                   90                   Programming Language                                                   PHP                   92                   Scrpting Language                                                   jQuery                   80                   JavaScript Library                                                

Apply the hover color to a particular table row or cell with Bootstrap

Chandu yadav
Updated on 12-Jun-2020 12:46:00

361 Views

To apply hover color to a particular table row or cell with Bootstrap, use the .active class. You can try to run the following code to implement the .active class −ExampleLive Demo           Bootstrap Table                                                                                         Subject                   Marks                   Type                                                                           C++                   70                   Programming Language                                                   PHP                   92                   Scripting Language                                                   jQuery                   80                   JavaScript Library                                                

Create Responsive Table with Bootstrap

Daniol Thomas
Updated on 12-Jun-2020 13:34:18

1K+ Views

To create a responsive table with Bootstrap, use the table-responsive class.You can try to run the following code to form a responsive table −ExampleLive Demo           Bootstrap Table                                                                                         Subject                   Marks                   Type                                                                           Java                   90                   Programming Language                                                   PHP                   92                   Scrpting Language                                                   jQuery                   80                   JavaScript Library                                                

Add some emphasis to a paragraph with Bootstrap

Arjun Thakur
Updated on 12-Jun-2020 12:45:20

221 Views

The lead class in Bootstrap is used to add emphasis to a paragraph.You can try to run the following code to implement the lead class in Bootstrap −ExampleLive Demo           Bootstrap lead class                                       Heading Two       This is an example paragraph demonstrating the use of lead body copy.          

Bootstrap class input-group-xs

Ankith Reddy
Updated on 12-Jun-2020 12:47:32

317 Views

To make extra small input group, use the input-group-xs.You can try to run the following code to implement the input-group-xs class in Bootstrap −ExampleLive Demo           Bootstrap Example                                                                      $                                                

Make a table responsive using the table-responsive class

Arjun Thakur
Updated on 12-Jun-2020 12:48:54

171 Views

To make a table responsive with Bootstrap, you can try to run the following code &miuns;ExampleLive Demo           Bootstrap Table                                                                                         Subject                   Marks                   Student                                                                           Programming                   90                   Amit                                                   Web Dev                   92                   Yuvraj                                                   Science                   95                   Sachin                                                   Economics                   80                   Tony                                                

Bootstrap table-responsive class

Chandu yadav
Updated on 12-Jun-2020 12:50:07

2K+ Views

Wrapping any .table in .table-responsive class, you will make the table scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.To make a responsive table, you can try to run the following code −ExampleLive Demo           Bootstrap Table                                                                                         Subject                   Marks                   Student                                                                  Programming                90                Amit                                        Web Dev                92                Yuvraj                                        Science                95                Sachin                                        Economics                80                Tony                                

Bootstrap Contextual classes

Arjun Thakur
Updated on 12-Jun-2020 12:53:55

1K+ Views

The Bootstrap Contextual Class allows you to change the background color of your table rows or individual cells.The following are the classes −ClassDescription.activeApplies the hover color to a particular row or cell.successIndicates a successful or positive action.warningIndicates a warning that might need attention.dangerIndicates a dangerous or potentially negative actionExampleThe following is an example of the active class −ExampleLive Demo           Bootstrap Table                                                                      Subject                Marks                Student                                                            Maths                90                Amit                                        Science                80                Aman                                        English                85                Rahul                                

Add denser information to a table with Bootstrap

Ankith Reddy
Updated on 12-Jun-2020 13:13:44

103 Views

Use the .table-condensed class, add denser information to a table.You can try to run the following code to implement a table-condensed class in Bootstrap −ExampleLive Demo           Bootstrap Table                                                Footballer Rank                                      Footballer                Rank                Country                                                            Messi                1                Argentina                                        Neymar                2                Brazil                                        Ronaldo                3                Portugal                                

Advertisements