Bootstrap Articles

Page 23 of 49

Display text inside an element in a smaller font size with Bootstrap

Rishi Rathor
Rishi Rathor
Updated on 11-Mar-2026 285 Views

Use the .initialism class in Bootstrap to show text inside an element. This allows setting smaller font size in Bootstrap −Example           Bootstrap Example                                          Cricket          The ICC governs cricket boards.          The ICC was founded as the Imperial Cricket Conference in 1909          Above the ICC abbreviation text is displayed with a smaller font.          

Read More

Create a padded grey box with rounded corners in Bootstrap

Arjun Thakur
Arjun Thakur
Updated on 11-Mar-2026 804 Views

Use the .jumbotron class to create a padded grey box with rounded corners.You can try to run the following code to implement .jumbotron class in Bootstrap.Example           Bootstrap Example                                                       Welcome to my website.             This is demo text.                            More                                

Read More

Add Red label with Bootstrap

Anvi Jain
Anvi Jain
Updated on 11-Mar-2026 628 Views

Use .label-danger class in Bootstrap to add red colored label.You can try to run the following code to implement the .label-danger class −Example           Bootstrap Example                                          If you find any issues, click below          Danger          

Read More

Add green label (stating success) with Bootstrap

Anvi Jain
Anvi Jain
Updated on 11-Mar-2026 314 Views

Use .label-success class in Bootstrap to add green label.You can try to run the following code to implement the .label-success class −Example           Bootstrap Example                                          Success label          Success          

Read More

Increase the font size of a paragraph with Bootstrap

Nancy Den
Nancy Den
Updated on 11-Mar-2026 1K+ Views

Use the .lead class in Bootstrap to increase the font size of a paragraph.You can try to run the following code to implement lead class −Example           Bootstrap Example                                          Football          FIFA          The 2018 FIFA World Cup is the 21st FIFA World Cup.          FIFA, 2018 is going on in Russia.          

Read More

Create a bordered list group in Bootstrap

Arjun Thakur
Arjun Thakur
Updated on 11-Mar-2026 208 Views

Use the .list-group class in Bootstrap to create a bordered list group.You can try to run the following code to implement .list-group class −Example           Bootstrap Example                                          Countries                       US             India             Netherlands             Germany                    

Read More

Create a striped Bootstrap progress bar

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

Follow the below given steps to create a striped progress bar in Bootstrap −Add a with a class of .progress and .progress-striped.Next, inside the above , add an empty with a class of .progress-bar and class progress-bar-* where * could be success, info, warning, danger.Add a style attribute with the width expressed as a percentage. Say, for example, style = "60%"; indicates that the progress bar was at 60%.You can try to run the following code to form a striped progress bar −Example           Bootstrap Example                                 Striped Progress Bars       Warning Progress Bar                             45%Complete (warning)                       Danger Progress Bar                             80% Complete (danger)                    

Read More

Create a list group heading in Bootstrap

Vrundesha Joshi
Vrundesha Joshi
Updated on 11-Mar-2026 3K+ Views

To create a list group heading, use the .list-group-item-heading class in Bootstrap.You can try to run the following code to implement .list-group-item-heading class −Example           Bootstrap Example                                          Countries                                      Asia                India                Nepal                                        Europe                Germany                Italy                Spain                                

Read More

Item text inside the list group in Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 333 Views

To set item text inside the list group, use the .list-group-item-text class.You can try to run the following code to implement the .list-group-item-text class −Example           Bootstrap Example                                          Cars                                      Hyundai                i10                i20                                        Volkswagen                                Vento                Polo                                

Read More

Bootstrap progress-bar class

George John
George John
Updated on 11-Mar-2026 309 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 −Example           Bootstrap Example                                                       70% Complete                    

Read More
Showing 221–230 of 489 articles
« Prev 1 21 22 23 24 25 49 Next »
Advertisements