Typography

1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

The default grid system provided in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

As shown here, a basic layout can be created with two "columns", each spanning a number of the 12 foundational columns we defined as part of our grid system.


Offsetting columns
4
4 offset 4
3 offset 3
3 offset 3
8 offset 4

h1. Heading 1

h2. Heading 2

h3. Heading 3

h4. Heading 4

h5. Heading 5
h6. Heading 6

Blockquotes

Element Usage Optional
<blockquote> Block-level element for quoting content from another source

Add cite attribute for source URL

Use .pull-left and .pull-right classes for floated options
<small> Optional element for adding a user-facing citation, typically an author with title of work Place the <cite> around the title or name of source

To include a blockquote, wrap <blockquote> around any HTML as the quote. For straight quotes we recommend a <p>.

Include an optional <small> element to cite your source and you'll get an em dash &mdash; before it for styling purposes.

Example blockquotes

Default blockquotes are styled as such:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.

Someone famous in Body of work

To float your blockquote to the right, add class="pull-right":

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.

Someone famous in Body of work

Lists

Unordered

<ul>

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem
Unstyled

<ul class="unstyled">

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem
Ordered

<ol>

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa
  4. Facilisis in pretium nisl aliquet
  5. Nulla volutpat aliquam velit
  6. Faucibus porta lacus fringilla vel
  7. Aenean sit amet erat nunc
  8. Eget porttitor lorem

List with icons

<ul class="unstyled"> + icons

  • Web design
  • Responsive design
  • Cross-everything
  • Styleguide docs
  • jQuery plugins
  • Built for and by nerds
  • 12-column grid
  • Max-width 1200px
  • Growing library
Tag Description
<table> Wrapping element for displaying data in a tabular format
<thead> Container element for table header rows (<tr>) to label table columns
<tbody> Container element for table rows (<tr>) in the body of the table
<tr> Container element for a set of table cells (<td> or <th>) that appears on a single row
<td> Default table cell
<th> Special table cell for column (or row, depending on scope and placement) labels
Must be used within a <thead>
<caption> Description or summary of what the table holds, especially useful for screen readers

Example tables

1. Default table styles

Tables are automatically styled with only a few borders to ensure readability and maintain structure. With 2.0, the .table class is required.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
2. Striped table

Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.

Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
3. Bordered table

Add borders around the entire table and rounded corners for aesthetic purposes.

# First Name Last Name Username
1 Mark Otto @mdo
Mark Otto @TwBootstrap
2 Jacob Thornton @fat
3 Larry the Bird @twitter
4. Condensed table

Make your tables more compact by adding the .table-condensed class to cut table cell padding in half (from 8px to 4px).

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
5. Combine them all!

Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.

Full name
# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
Button class="" Description
Default btn Standard gray button with gradient
Primary btn btn-primary Provides extra visual weight and identifies the primary action in a set of buttons
Info btn btn-info Used as an alternative to the default styles
Success btn btn-success Indicates a successful or positive action
Warning btn btn-warning Indicates caution should be taken with this action
Danger btn btn-danger Indicates a dangerous or potentially negative action
Inverse btn btn-inverse Alternate dark gray button, not tied to a semantic action or use
  • icon-glass
  • icon-music
  • icon-search
  • icon-envelope
  • icon-heart
  • icon-star
  • icon-star-empty
  • icon-user
  • icon-film
  • icon-th-large
  • icon-th
  • icon-th-list
  • icon-ok
  • icon-remove
  • icon-zoom-in
  • icon-zoom-out
  • icon-off
  • icon-signal
  • icon-cog
  • icon-trash
  • icon-home
  • icon-file
  • icon-time
  • icon-road
  • icon-download-alt
  • icon-download
  • icon-upload
  • icon-inbox
  • icon-play-circle
  • icon-repeat
  • icon-refresh
  • icon-list-alt
  • icon-lock
  • icon-flag
  • icon-headphones
  • icon-volume-off
  • icon-volume-down
  • icon-volume-up
  • icon-qrcode
  • icon-barcode
  • icon-tag
  • icon-tags
  • icon-book
  • icon-bookmark
  • icon-print
  • icon-camera
  • icon-font
  • icon-bold
  • icon-italic
  • icon-text-height
  • icon-text-width
  • icon-align-left
  • icon-align-center
  • icon-align-right
  • icon-align-justify
  • icon-list
  • icon-indent-left
  • icon-indent-right
  • icon-facetime-video
  • icon-picture
  • icon-pencil
  • icon-map-marker
  • icon-adjust
  • icon-tint
  • icon-edit
  • icon-share
  • icon-check
  • icon-move
  • icon-step-backward
  • icon-fast-backward
  • icon-backward
  • icon-play
  • icon-pause
  • icon-stop
  • icon-forward
  • icon-fast-forward
  • icon-step-forward
  • icon-eject
  • icon-chevron-left
  • icon-chevron-right
  • icon-plus-sign
  • icon-minus-sign
  • icon-remove-sign
  • icon-ok-sign
  • icon-question-sign
  • icon-info-sign
  • icon-screenshot
  • icon-remove-circle
  • icon-ok-circle
  • icon-ban-circle
  • icon-arrow-left
  • icon-arrow-right
  • icon-arrow-up
  • icon-arrow-down
  • icon-share-alt
  • icon-resize-full
  • icon-resize-small
  • icon-plus
  • icon-minus
  • icon-asterisk
  • icon-exclamation-sign
  • icon-gift
  • icon-leaf
  • icon-fire
  • icon-eye-open
  • icon-eye-close
  • icon-warning-sign
  • icon-plane
  • icon-calendar
  • icon-random
  • icon-comment
  • icon-magnet
  • icon-chevron-up
  • icon-chevron-down
  • icon-retweet
  • icon-shopping-cart
  • icon-folder-close
  • icon-folder-open
  • icon-resize-vertical
  • icon-resize-horizontal
  • icon-hdd
  • icon-bullhorn
  • icon-bell
  • icon-certificate
  • icon-thumbs-up
  • icon-thumbs-down
  • icon-hand-right
  • icon-hand-left
  • icon-hand-up
  • icon-hand-down
  • icon-circle-arrow-right
  • icon-circle-arrow-left
  • icon-circle-arrow-up
  • icon-circle-arrow-down
  • icon-globe
  • icon-wrench
  • icon-tasks
  • icon-filter
  • icon-briefcase
  • icon-fullscreen

Built as a sprite

Instead of making every icon an extra request, we've compiled them into a sprite—a bunch of images in one file that uses CSS to position the images with background-position. This is the same method we use on Twitter.com and it has worked well for us.

All icons classes are prefixed with .icon- for proper namespacing and scoping, much like our other components. This will help avoid conflicts with other tools.

Glyphicons has granted us use of the Halflings set in our open-source toolkit so long as we provide a link and credit here in the docs. Please consider doing the same in your projects.

How to use

Bootstrap uses an <i> tag for all icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:

There are also styles available for inverted (white) icons, made ready with one extra class:

There are 140 classes to choose from for your icons. Just add an <i> tag with the right classes and you're set. You can find the full list in sprites.less or right here in this document.

Heads up! When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <i> tag for proper spacing.

Use cases

Icons are great, but where would one use them? Here are a few ideas:

  • As visuals for your sidebar navigation
  • For a purely icon-driven navigation
  • For buttons to help convey the meaning of an action
  • With links to share context on a user's destination

Essentially, anywhere you can put an <i> tag, you can put an icon.

Examples

Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.

Error or danger
Oh snap! Change a few things up and try submitting again.
Success
Well done! You successfully read this important alert message.
Information
Heads up! This alert needs your attention, but it's not super important.
Warning
Heads up! This alert needs your attention, but it's not super important.
Labels Markup
Default <span class="label">Default</span>
Success <span class="label label-success">Success</span>
Warning <span class="label label-warning">Warning</span>
Important <span class="label label-important">Important</span>
Info <span class="label label-info">Info</span>
Inverse <span class="label label-inverse">Inverse</span>
About

Badges are small, simple components for displaying an indicator or count of some sort. They're commonly found in email clients like Mail.app or on mobile apps for push notifications.

Available classes
Name Example Markup
Default 1 <span class="badge">1</span>
Success 2 <span class="badge badge-success">2</span>
Warning 4 <span class="badge badge-warning">4</span>
Important 6 <span class="badge badge-important">6</span>
Info 8 <span class="badge badge-info">8</span>
Inverse 10 <span class="badge badge-inverse">10</span>

Examples and markup

Basic

Default progress bar with a vertical gradient.

Striped

Uses a gradient to create a striped effect (no IE).

Animated

Takes the striped example and animates it (no IE).

Options and browser support

Additional colors

Progress bars use some of the same button and alert classes for consistent styles.

Striped bars

Similar to the solid colors, we have varied striped progress bars.

Behavior

Progress bars use CSS3 transitions, so if you dynamically adjust the width via javascript, it will smoothly resize.

If you use the .active class, your .progress-striped progress bars will animate the stripes left to right.

Browser support

Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.

Opera and IE do not support animations at this time.

About Tooltips

Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use css3 for animations, and data-attributes for local title storage.

Example use of Tooltips

Hover over the links below to see tooltips:

Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.

© Copyright © 2013.Company name All rights reserved. - More Templates
唯美女生头像带字伤感图片女生头像背影图片大全咖啡商标图片大全卡通猫猫鲜花图片大全大图唯美女生纹身图片大全图片欣赏卡通手绘女孩头像图片大全可爱唯美女生头像带字伤感图片女生头像背影图片大全小清新好看的图片大全大图片大全卡通猫猫鲜花图片大全大图小时喝雪花图片大全小女生自慰动态图片大全唯美图片高清动漫图片大全大图片卡通猫猫鲜花图片大全大图对爱情祝福的图片大全集唯美图片高清动漫图片大全大图片卡通猫猫鲜花图片大全大图小女生自慰动态图片大全小清新女头像高清图片大全可爱图片大全图片大全卡通头像接吻动态图片大全图片卡通手绘女孩头像图片大全可爱卡通可爱图片人物图片大全可爱图片大全图片大全军人动漫的图片大全图片卡通头像接吻动态图片大全图片小时喝雪花图片大全qq头像情头双人两张动漫图片大全唯美女生艺术头像图片大全图片简单清新图片大全可爱唯美女生艺术头像图片大全图片女中年头像图片大全卡通可爱图片人物图片大全可爱图片大全图片大全对男生的说说带图片大全集暂无李相,一名24岁大学生 意外穿越到武侠修真世界 从武侠小白变成行走江湖四处留名的一代大侠 一路上鲜衣怒马,一路上血溅四方 经历过众叛亲离,历经过人间温暖 敢问在下何人 “李相是也” 赵玉虎,貌不惊人,瘦小枯干,巧舌如簧,能言善辩,这是一位彻头彻尾的小波皮,那真是老牛吃破草帽,满肚子坏圈圈,只有你想不到,没有他做不到,一天不搞点事情,浑身也不自在。 所谓面馍不坏不知酱味,粮不发酵难得美酒。世界上的事,好有好的道理坏有坏的理由,好戏还得坏人配,再好的作品,没有了坏角色的陪衬,也是没法表演的。 梦里的你再强大也是真的,少年意外进入梦中世界现实里菜鸡的他在梦里体会到了力量的强大,于是在梦中世界迎娶白富美走向人生巅峰。一座有着历史创伤的繁华都市,一片人心险恶的江湖,一群精明能干的警察,几个盘踞已久的社团,一个曾经大佬的儿子,如何在这波谲云诡、大风大浪中明哲保身?兄弟还是兄弟么?生意还是生意么?爱情还是爱情么?所有的道义、江湖、谋略、情爱,一副关于城市的地下江湖的历史画卷,都在这里慢慢展开......开局有个外挂系统,只不过这个系统是个超级人工智能。一个平凡人遇到一个超人工智能红月当空,全球骤变。拥有力量,你就高高在上,应有尽有,没有力量,你就只能任人宰割。危机爆发,众种族林立,丧尸,异兽,鬼种,人类。九转山河,浩瀚天下,试问天下,谁与争锋!起步比别人晚的颜逸能否追赶众人的脚步,在末日之中杀出一条属于自己的路。一代废柴李杜天生无灵根,被万人唾弃,却不曾放弃,专修丹道,可一次机缘巧合之下,获得了妖仙的传承,从此步入妖道,抢万世之资源,夺天地之造化,一场奇妙又惊险的另类修仙,就此开始……身为网文爱好者的沐尘一直幻想着可以去到唐朝,实现自己的人身理想,一只有好家世混吃等死的咸鱼,终于在带上一只古董手镯后,沐尘实现了一半理想…【诸天副本降临,即将开启!】 【这是你们灵魂升华的一次机会!】 全球危机,罗明开启唯一性天赋! SSS级天赋——不对等交换! 【交换完成!您用半盒泡面交换SSS级潜力永不枯竭!】 【交换完成!您用一瓶悲酥清风交换斗转星移!】 …… 从此,罗明开启了交换新模式。
白昼流星 南国穿越狂兵 本源入侵 界临天下 朽魂万骨枯 吸血鬼骑士之危机 掌控世界者 末日卡牌:打造最强庇护所 冒险者的故事 战国成名录 禁岛战狼 元文明!观音纪元! 龙跃于渊:崛起篇 将行歌 我在诡异世界开宝箱 漆黑的光芒:魔法背叛 时间缝隙的旧人 这个寻宝系统真香 最是寂寞逍遥仙 半神?我欲成神! 简单清新图片大全可爱 小女生看的漫画图片大全集 吸烟的女孩子图片大全 卡通手绘女孩头像图片大全可爱 咖啡商标图片大全 女中年头像图片大全 吸烟的女孩子图片大全 小清新长发女孩图片大全图片大全图片大全图片2015款 简单小兔子的画法步骤图片大全 对爱情祝福的图片大全集 小清新头像女生黑白背影头像图片大全 小清新头像女生黑白背影头像图片大全 qq头像情头双人两张动漫图片大全 小女生看的漫画图片大全集 唯美女生头像带字伤感图片女生头像背影图片大全 卡通手绘女孩头像图片大全可爱 消防qq卡通人图片大全 简单清新图片大全可爱 军人女装漫画图片大全图片图库 卡通猫猫鲜花图片大全大图 小女生看的漫画图片大全集 卡通猫猫鲜花图片大全大图 军人女装漫画图片大全图片图库 卡通头像接吻动态图片大全图片 小女生自慰动态图片大全 唯美动漫女生图片意境图片手机壁纸高清图片大全 简单清新图片大全可爱 军人女装漫画图片大全图片图库 军人女装漫画图片大全图片图库 简单小兔子的画法步骤图片大全 卡通手绘女孩头像图片大全可爱 中国最可爱的宝宝图片大全 唯美女生纹身图片大全图片欣赏 唯美女生头像带字伤感图片女生头像背影图片大全 qq头像情头双人两张动漫图片大全 唯美女生艺术头像图片大全图片 唯美女生纹身图片大全图片欣赏 吸烟的女孩子图片大全 qq头像情头双人两张动漫图片大全 卡通柠檬系图片大全 唯美女生艺术头像图片大全图片 小清新长发女孩图片大全图片大全图片大全图片2015款 卡通可爱图片人物图片大全可爱图片大全图片大全 消防qq卡通人图片大全 唯美图片高清动漫图片大全大图片 中国最可爱的宝宝图片大全 小清新头像女生黑白背影头像图片大全 唯美女生艺术头像图片大全图片 唯美动漫女生图片意境图片手机壁纸高清图片大全 小清新女头像高清图片大全可爱图片大全图片大全 亚星官网 亚星官网 亚星官网 亚星官网 亚星官网 我是我老婆的前男友 虎踞新纪元 末日卡牌:打造最强庇护所 众与世界 网游:我能无限强化技能 AG真人 欧博官网 亚星游戏官网 AG真人 百家乐官网 简单清新图片大全可爱 军人女装漫画图片大全图片图库 卡通手绘女孩头像图片大全可爱 简单清新图片大全可爱 qq头像情头双人两张动漫图片大全 唯美女生纹身图片大全图片欣赏 qq头像情头双人两张动漫图片大全 吸烟的女孩子图片大全 卡通可爱图片人物图片大全可爱图片大全图片大全 小清新女头像高清图片大全可爱图片大全图片大全 小女生自慰动态图片大全 消防qq卡通人图片大全 卡通猫猫鲜花图片大全大图 军人动漫的图片大全图片 卡通猫猫鲜花图片大全大图 小女生自慰动态图片大全 唯美女生纹身图片大全图片欣赏 卡通柠檬系图片大全 小清新女头像高清图片大全可爱图片大全图片大全 唯美女生纹身图片大全图片欣赏 卡通头像接吻动态图片大全图片 小清新好看的图片大全大图片大全 唯美图片高清动漫图片大全大图片 唯美女生艺术头像图片大全图片 小女生看的漫画图片大全集 qq头像情头双人两张动漫图片大全 军人动漫的图片大全图片 唯美动漫女生图片意境图片手机壁纸高清图片大全 小清新长发女孩图片大全图片大全图片大全图片2015款 中国最可爱的宝宝图片大全