SlideShare a Scribd company logo
3
Most read
5
Most read
13
Most read
Grid System
Available Class
Col-xs : For Extra small Devices
Col-sm : For Tablets
Col-md : For Medium Devices
Col-lg : For Large Devices
BOOTSTRAP
<div class="container">
<div class="row">
<div class="col-*-*"></div>
<div class="col-*-*"></div>
</div>
</div> -Offset-
<div class="row">
<div class="col-sm-offset-2 col-sm-10">
</div>
</div>
BASIC GRID STRUCTURE

Glyphicons

Dropdowns

Button Groups

Input Groups

Navs

Nav Bar

Breadcrumbs

Panels

Responsive embed

Wells

Pagination

Labels

Badges

Jumbotron

Page Header

Thumbnails

Alerts

Progress Bars

Media Object

List Group
COMPONENTS
GLYPHICON
<div class="btn-group" role="group">
<button type="button" class="btn btn-default dropdown-toggle"
data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Dropdown
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="#">Dropdown link</a></li>
<li><a href="#">Dropdown link</a></li>
</ul>
</div>
Preview
DROPDOWNS
Preview
BUTTON DROPDOWNS
<div class="btn-group">
<button type="button" class="btn btn-danger">Action</button>
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</div>
INPUT GROUPS
Preview
<div class="input-group">
<span class="input-group-addon" id="basic-addon1">@</span>
<input type="text" class="form-control" placeholder="Username" aria-describedby="basic-addon1">
</div>
<div class="input-group">
<input type="text" class="form-control" placeholder="Recipient's username"
aria-describedby="basic-addon2">
<span class="input-group-addon" id="basic-addon2">@example.com</span>
</div>
NAVS
<ul class="nav nav-tabs">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="#">Profile</a></li>
<li role="presentation"><a href="#">Messages</a></li>
</ul>
<ul class="nav nav-pills">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="#">Profile</a></li>
<li role="presentation"><a href="#">Messages</a></li>
</ul>
Tabs
Pills
Preview
Preview
NAV BAR
Preview

Navbar-default

Navbar-fixed-top

Navbar-fixed-bottom

Navbar-static-top

Navbar-collapse

Navbar-inverse
Types
v
BREADCRUMBS
Preview
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Library</a></li>
<li class="active">Data</li>
</ol>
PAGINATION
Preview
<nav>
<ul class="pagination">
<li>
<a href="#" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li>
<a href="#" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
</ul>
</nav>
LABELS
Preview
<span class="label label-default">Default</span>
<span class="label label-primary">Primary</span>
<span class="label label-success">Success</span>
<span class="label label-info">Info</span>
<span class="label label-warning">Warning</span>
<span class="label label-danger">Danger</span>
BADGES
<a href="#">Inbox <span class="badge">42</span></a>
<button class="btn btn-primary" type="button">
Messages <span class="badge">4</span>
</button>
Preview
JUMBOTRON
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>...</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p>
</div>
Preview
THUMBNAILS
<div class="row">
<div class="col-xs-6 col-md-3">
<a href="#" class="thumbnail">
<img src="..." alt="...">
</a>
</div>
...
</div>Preview
ALERTS
Preview
<div class="alert alert-success" role="alert">...</div>
<div class="alert alert-info" role="alert">...</div>
<div class="alert alert-warning" role="alert">...</div>
<div class="alert alert-danger" role="alert">...</div>
PROGRESS BARS
Preview
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 35%">
<span class="sr-only">35% Complete (success)</span>
</div>
<div class="progress-bar progress-bar-warning progress-bar-striped" style="width: 20%">
<span class="sr-only">20% Complete (warning)</span>
</div>
<div class="progress-bar progress-bar-danger" style="width: 10%">
<span class="sr-only">10% Complete (danger)</span>
</div>
</div>
PANELS
<div class="panel panel-primary">...</div>
<div class="panel panel-success">...</div>
<div class="panel panel-info">...</div>
<div class="panel panel-warning">...</div>
<div class="panel panel-danger">...</div>
Preview
Thank You!!
by,
Perumal.N.K

More Related Content

PPT
Introduction to BOOTSTRAP
PPTX
Bootstrap 3
PDF
PPTX
Bootstrap - Basics
PDF
CSS3 Media Queries
PPTX
Bootstrap PPT by Mukesh
PDF
Div tag presentation
Introduction to BOOTSTRAP
Bootstrap 3
Bootstrap - Basics
CSS3 Media Queries
Bootstrap PPT by Mukesh
Div tag presentation

What's hot (20)

PDF
Bootstrap 5 basic
KEY
HTML CSS & Javascript
PDF
Flexbox and Grid Layout
PPTX
jQuery from the very beginning
PPTX
Java script array
PDF
CSS Day: CSS Grid Layout
PPTX
jQuery
PDF
Introduction to CSS3
PPTX
CSS Transitions, Transforms, Animations
PDF
CSS Grid vs. Flexbox
PPTX
Bootstrap ppt
PDF
Modern Web Development
PPTX
Html form tag
PPTX
Css backgrounds
PDF
Useful Linux and Unix commands handbook
PPSX
Introduction to Html5
PPT
Struts
PPTX
Bootstrap grids
PPT
XSLT.ppt
PPTX
Presentation of bootstrap
Bootstrap 5 basic
HTML CSS & Javascript
Flexbox and Grid Layout
jQuery from the very beginning
Java script array
CSS Day: CSS Grid Layout
jQuery
Introduction to CSS3
CSS Transitions, Transforms, Animations
CSS Grid vs. Flexbox
Bootstrap ppt
Modern Web Development
Html form tag
Css backgrounds
Useful Linux and Unix commands handbook
Introduction to Html5
Struts
Bootstrap grids
XSLT.ppt
Presentation of bootstrap
Ad

Similar to Bootstrap Components Quick Overview (20)

PPTX
Bootstrap: the full overview
PDF
PPT
Twitter bootstrap (css, components and javascript)
PDF
Bootstrap Workout 2015
PDF
Pemrograman Web 4 - Bootstrap 3
PPTX
Responsive web-design through bootstrap
PDF
Bootstrap과 UI-Bootstrap
PPTX
Twitter bootstrap
PDF
Introduction to Bootstrap
PPS
Introduction to Bootstrap: Design for Developers
DOCX
Vi INFOTECH bootstrap-syllabus
PPTX
Twitter bootstrap1
PPT
Twitter bootstrap training_session_ppt
PPTX
An introduction to bootstrap
PDF
Web 3 | Bootstrap
PPTX
Bootstrap
PPTX
Responsive design
PPTX
Boot strap
PDF
Bootstrap Presentation Mitesh
PPTX
Bootstrap 3
Bootstrap: the full overview
Twitter bootstrap (css, components and javascript)
Bootstrap Workout 2015
Pemrograman Web 4 - Bootstrap 3
Responsive web-design through bootstrap
Bootstrap과 UI-Bootstrap
Twitter bootstrap
Introduction to Bootstrap
Introduction to Bootstrap: Design for Developers
Vi INFOTECH bootstrap-syllabus
Twitter bootstrap1
Twitter bootstrap training_session_ppt
An introduction to bootstrap
Web 3 | Bootstrap
Bootstrap
Responsive design
Boot strap
Bootstrap Presentation Mitesh
Bootstrap 3
Ad

Recently uploaded (20)

PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
Getting started with AI Agents and Multi-Agent Systems
PPT
Module 1.ppt Iot fundamentals and Architecture
PPTX
Modernising the Digital Integration Hub
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
observCloud-Native Containerability and monitoring.pptx
PDF
Hybrid model detection and classification of lung cancer
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
STKI Israel Market Study 2025 version august
PDF
project resource management chapter-09.pdf
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
TLE Review Electricity (Electricity).pptx
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
A contest of sentiment analysis: k-nearest neighbor versus neural network
Getting started with AI Agents and Multi-Agent Systems
Module 1.ppt Iot fundamentals and Architecture
Modernising the Digital Integration Hub
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Programs and apps: productivity, graphics, security and other tools
A novel scalable deep ensemble learning framework for big data classification...
Developing a website for English-speaking practice to English as a foreign la...
Assigned Numbers - 2025 - Bluetooth® Document
observCloud-Native Containerability and monitoring.pptx
Hybrid model detection and classification of lung cancer
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
STKI Israel Market Study 2025 version august
project resource management chapter-09.pdf
Hindi spoken digit analysis for native and non-native speakers
TLE Review Electricity (Electricity).pptx
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Web App vs Mobile App What Should You Build First.pdf
DP Operators-handbook-extract for the Mautical Institute

Bootstrap Components Quick Overview