Found 626 Articles for CSS Framework

Add Red label with Bootstrap

Anvi Jain
Updated on 12-Jun-2020 22:35:05

405 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 −ExampleLive Demo           Bootstrap Example                                          If you find any issues, click below          Danger          

Create a padded grey box with rounded corners in Bootstrap

Arjun Thakur
Updated on 12-Jun-2020 22:11:03

547 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.ExampleLive Demo           Bootstrap Example                                                       Welcome to my website.             This is demo text.                            More                                

Make an element invisible with Bootstrap

Anvi Jain
Updated on 12-Jun-2020 22:13:27

210 Views

To make an element invisible with Bootstrap, use the invisible class.You can try to run the following code to hide an element −ExampleLive Demo           Bootstrap Example                                          Cricket Boards          The ICC governs cricket boards.          BCCI is also governed by ICC. (This element is invisible)          

Large input group with Bootstrap

George John
Updated on 12-Jun-2020 22:12:31

116 Views

To set large input group with Bootstrap, use the .input-group-lg class.You can try to run the following code to implement the .input-group-lg class −ExampleLive Demo           Bootstrap Example                                          Search                                                                                                                                                      

Bootstrap Grid Stacked to horizontal grid with fluid container

Chandu yadav
Updated on 12-Jun-2020 22:15:53

120 Views

To create a grid stacked to horizontal grid with fluid container, use the container-fluid class.This class allows the container to span to the screen’s full width.You can try to run the following code to create a grid with fluid container −ExampleLive Demo           Bootstrap Example                                          Grid                                      This is demo text. This is ... Read More

How to use Bootstrap Dropdown Plugins

Anvi Jain
Updated on 12-Jun-2020 22:14:29

115 Views

Using Dropdown plugin you can add dropdown menus to any components like navbars, tabs, pills and buttons.Let us see an example of dropdown plugins in Bootstrap −ExampleLive Demo           Bootstrap Example                                                       TutorialsPoint                                                Quiz                QA                                   Tutorials                                        C                      C++                      Java                                            PHP                                            Android                                                                              $(function(){             $(".dropdown-toggle").dropdown('toggle');          });          

Bootstrap Grid Stacked to horizontal grid

Ankith Reddy
Updated on 12-Jun-2020 22:18:05

163 Views

You can try to run the following code to create a grid stacked to the horizontal grid in Bootstrap −ExampleLive Demo           Bootstrap Example                                          Grid                                      This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo ... Read More

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

Rishi Rathor
Updated on 12-Jun-2020 22:19:48

144 Views

Use the .initialism class in Bootstrap to show text inside an element. This allows setting smaller font size in Bootstrap −ExampleLive Demo           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.          

Bootstrap well-lg class

Anvi Jain
Updated on 12-Jun-2020 22:22:28

122 Views

Change the size of well using the optional classes such as, well-lg or well-lg. These classes are used in conjunction with .well class.You can try to run the following code to implement well-lg class in Bootstrap −ExampleLive Demo           Bootstrap Example                                 This has more space!       This has less space!    

Add information to the table row with Bootstrap

Arjun Thakur
Updated on 12-Jun-2020 22:21:17

275 Views

To add information to the table row in Bootstrap, use the .info class in Bootstrap −ExampleLive Demo           Bootstrap Example                                          Rank of Cricketers          The following are the rank of cricketers:                                                         Cricketer                   Rank                                                                           Virat                   1                                                   David                   2                                                   Rohit                   3                                                   Kenn                   4                                                   Steve                   5                                                

Advertisements