CSS Framework Articles - Page 32 of 45

Add HTML headings into Bootstrap thumbnails

Ankith Reddy
Updated on 12-Jun-2020 18:21:18

312 Views

With Bootstrap, you can easily add heading to thumbnails.You can try to run the following code to add HTML headings −ExampleLive Demo           Bootstrap Example                                                                                                              Thumbnail Heading                                

Bootstrap thumbnail class

Rishi Rathor
Updated on 12-Jun-2020 18:19:54

227 Views

The role of .thumbnail class in Bootstrap is used to create a thumbnail for images −ExampleLive Demo           Bootstrap Example                                                                                                    

Add a light-blue label (set info) with Bootstrap

Lakshmi Srinivas
Updated on 12-Jun-2020 17:41:30

216 Views

Use .label-info class in Bootstrap to add light-blue label.You can try to run the following code to implement the .label-info classExampleLive Demo           Bootstrap Example                                          Info label          Information          

Bootstrap page-header class

Chandu yadav
Updated on 12-Jun-2020 17:46:39

674 Views

Page header is used to add appropriate spacing around the headings on a page.To use a page header, wrap your heading in a with a class of .page-header −ExampleLive Demo           Bootstrap Example                                                       Header             Subtext for header                       Demo text! Demo text! Demo text! Demo text! Demo text!          Demo text! Demo text! Demo text! Demo text!          

Mobile

Usage of Bootstrap thumbnail

Daniol Thomas
Updated on 12-Jun-2020 17:45:12

145 Views

With the thumbnail class in Bootstrap, you can easily create a thumbnail.Follow the below-given steps &minus − Add an tag with the class of .thumbnail around an image.This adds four pixels of padding and a gray border.On hover, an animated glow outlines the image.You can try to run the following code to create thumbnail −ExampleLive Demo           Bootstrap Example                                                                                                  

Active Nav States in Bootstrap

Samual Sam
Updated on 12-Jun-2020 17:58:38

332 Views

For active states, place to active links in Bootstrap −You can try to run the following code to achieve thisExampleLive Demo           Bootstrap Example                                 Active State in navigations                                            29                Home                                                            9                Mail                                

Bootstrap danger Contextual class

Nishtha Thakur
Updated on 12-Jun-2020 17:55:54

256 Views

The Bootstrap danger contextual class indicates a danger action.You can try to run the following code to implement the .danger class −ExampleLive Demo           Bootstrap Table                                                                      Subject                Marks                Student                                                            Programming                90                Amit                                         Web Dev                 92                 Yuvraj                                        Science                95                Sachin                                        Economics                80                Tony                                

Set Bootstrap badges in active states of pill

Lakshmi Srinivas
Updated on 12-Jun-2020 18:01:18

300 Views

Place to active links to set Bootstrap badges in active states of pill.You can try to run the following code to achieve thisExampleLive Demo           Bootstrap Example                                 Active State in Pill                Home 29          Profile          Messages 72          

Tabs With Dropdown Bootstrap Example

Ankith Reddy
Updated on 12-Jun-2020 18:00:19

1K+ Views

To create tabs with Bootstrap, use the .nav and .nav-tabs classes. With that use the .dropdown-menu class.Start with a basic unordered list with the base class of .nav Add the class .nav-tabs.Now add an unordered list with a .dropdown-menu class.You can try to run the following code to create tabs with drop-down −ExampleLive Demo           Bootstrap Example                                 Website                Home          About                                      Products                                                        Online Compiler                Image Editor                Document Viewer                                Services          Contact          

Use previous and next class for alignment of links

Smita Kapse
Updated on 12-Jun-2020 17:27:03

148 Views

You can try to run the following code to use the previous and next class for alignment of links:ExampleLive Demo           Bootstrap Example                                 Answers                      ← Older          Newer →          

Advertisements