Articles on Trending Technologies

Technical articles with clear explanations and examples

Bootstrap 4 .border-white class

Alex Onsman
Alex Onsman
Updated on 11-Mar-2026 234 Views

To set white border to an element, use the border-white class.Add white border −   This has white border Above, I have also added a style to set the div element −.mystyle {   width: 200px;   height: 100px;   margin: 10px;   background: blue; }Let us see an eample to implement the border-white class in Bootstrap −Example       Bootstrap Example                             .mystyle {       width: 200px;       height: 100px;       margin: 10px;       background: blue;     }         The following are two Rectangles:   This has white border   This has orange border

Read More

Use dropdowns with any button size using Bootstrap

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 171 Views

Use btn-large, .btn-sm, or .btn-xs class to use dropdowns with any button size.Let us see an example of btn-largeExample           Bootstrap Example                                                       Default                                                 Action             Another action             Something else here                         Separated link                    

Read More

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

Ankith Reddy
Ankith Reddy
Updated on 11-Mar-2026 146 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 −Example           Bootstrap Example                                          Java                                      Interfaces                                        Multi-threading                                        Packages                                

Read More

Nest button groups with Bootstrap

Ankith Reddy
Ankith Reddy
Updated on 11-Mar-2026 362 Views

Nest button groups within another button group i.e, place a .btn-group within another .btn-group. This is done when you want dropdown menus mixed with a series of buttons.To nest button groups, you can try to run the following code −Example           Bootstrap Example                                          Rank          Marks                                      Subjects                                                        Maths                Science                English                                

Read More

Set all list items on a single line with Bootstrap

Nishtha Thakur
Nishtha Thakur
Updated on 11-Mar-2026 2K+ 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 −Example           Bootstrap Example                                          Technologies                       Home             PHP             Java             jQuery             JavaScript             Ruby                    

Read More

Set Menus to drop up with Bootstrap

Samual Sam
Samual Sam
Updated on 11-Mar-2026 209 Views

Menus can also be built to drop up rather than down. To achieve this, simply add .dropup to the parent .btn-group container. You can try to run the following code set menus to drop up −Example           Bootstrap Example                                 Dropdown                             Subject                                                 Programming             Web Dev             Database             Networking                       Dropup                                            Subject                                                          Programming                Web Dev                Database                Networking                                

Read More

Add information with Bootstrap 4 card

Alex Onsman
Alex Onsman
Updated on 11-Mar-2026 185 Views

To add information to a card in Bootstrap 4, use the bg-info class.Use the card class with the bg-info class:Add the card body after that using the card-body class −   Demo Text You can try to run the following code to add information −Example       Bootstrap Example                         Festival Celebration       Reach till 5PM  

Read More

Usage of btn-xs Bootstrap class

George John
George John
Updated on 11-Mar-2026 252 Views

Create an extra small button using the btn-xs Bootstrap class. You can try to run the following code to implement the btn-xs class:Example           Bootstrap Example                                                       Subject                                             Programming             Web Dev             Database             Networking                    

Read More

Set warning action with orange outlined Bootstrap 4 Button

Alex Onsman
Alex Onsman
Updated on 11-Mar-2026 274 Views

Set orange outline for a Bootstrap 4 button, using the btn-outline-warning class and indicate warning action.The following includes the orange outline on a button −   Rejected The class is added just as any other class added to any element in Bootstrap.  For a Bootstrap button, I used the element.You can try to run the following code to implement the btn-outline-warning class −Example       Bootstrap Example                       College Placements   Selected Students   Rejected Students   Result Awaited List of selected and rejected students: Selected Rejected

Read More

Nested media lists with Bootstrap

Smita Kapse
Smita Kapse
Updated on 11-Mar-2026 530 Views

Use the .media-list property to set nested media lists.You can try to run the following code to implement .media-list property −Example           Bootstrap Example                                                      Tutorials          The following are the tutorials:                                                                                                                                                             Tutorials                   We have text tutorials in Python Data Science, Java i18n, GitLab, TestRail, VersionOne, DBUtils, Common CLI, Seaborn, Ansible, LOLCODE, Current Affairs 2018, Apache Commons Collections, etc.                                                                                                                                                                                         Video TutorialsWe have video tutorials for WordPress, Photoshop, Magento, Eclipse, NetBeans, Drupal, Joomla, etc.                                                                                        

Read More
Showing 29821–29830 of 61,297 articles
Advertisements