Found 641 Articles for CSS Framework

Usage of Bootstrap class panel-danger

Chandu yadav
Updated on 12-Jun-2020 18:14:00

360 Views

The .panel-danger class in Bootstrap is used to indicate danger.You can try to run the following code to implement panel-danger class −ExampleLive Demo           Bootstrap Example                                                       Panel title (danger)                                 This is a Basic panel                    

Set Bootstrap Panel with Heading

Nancy Den
Updated on 12-Jun-2020 18:15:50

309 Views

Follow the below steps to set Bootstrap panel with heading −Use .panel-heading class to add a heading container to your panel.Use any - with a .panel-title class to add a pre-styled heading.You can try to run the following code for panel with headings in Bootstrap −ExampleLive Demo           Bootstrap Example                                                       Tutorials                                 Learn for free                                                                      Quiz                                                             Attempt these quizzes                    

Bootstrap panel class

karthikeya Boyini
Updated on 12-Jun-2020 18:17:12

329 Views

Panel components are used when you want to put your DOM component in a box. To get a basic panel, just add class .panel to the element.You can try to run the following code to implement panel class in BootstrapExampleLive Demo           Bootstrap Example                                                       Demo panel                    

Bootstrap breadcrumb class

George John
Updated on 12-Jun-2020 18:18:37

100 Views

On a website or blog, breadcrumbs can show the dates of publishing, categories, or tags. Breadcrumbs show hierarchy-based information. In Bootstrap, use the .breadcrumb class to add breadcrumbs to a website.You can try to run the following code to implement breadcrumbs −ExampleLive Demo           Bootstrap Example                                          Home          Quiz          PHP          

Add HTML headings into Bootstrap thumbnails

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

283 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

201 Views

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

Small input field with Bootstrap

George John
Updated on 12-Jun-2020 18:23:24

2K+ Views

Use the .input-sm class to set small input field in Bootstrap.You can try to run the following code to implement .input-sm class:ExampleLive Demo           Bootstrap Example                                                      Candidate Profile                                      What is your job profile?                                   Programmer                   Web Developer                   DBA                   Support Engineer                                                        Educational Qualification                                   Undergraduate                   Graduate                   Post-Graduate                                                

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

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

186 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

627 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!          

Usage of Bootstrap thumbnail

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

118 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                                                                                                  

Advertisements