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 as part of Bootstrap is a 940px-wide, 12-column grid.

It also has four responsive variations for various devices and resolutions: phone, tablet portrait, table landscape and small desktops, and large widescreen desktops.

<div class="row">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

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
<div class="row">
  <div class="span4">...</div>
  <div class="span4 offset4">...</div>
</div>

Nesting columns

With the static (non-fluid) grid system in Bootstrap, nesting is easy. To nest your content, just add a new .row and set of .span* columns within an existing .span* column.

Example

Nested rows should include a set of columns that add up to the number of columns of it's parent. For example, two nested .span3 columns should be placed within a .span6.

Level 1 of column
Level 2
Level 2
<div class="row">
  <div class="span12">
    Level 1 of column
    <div class="row">
      <div class="span6">Level 2</div>
      <div class="span6">Level 2</div>
    </div>
  </div>
</div>

Fluid columns

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

Percents, not pixels

The fluid grid system uses percents for column widths instead of fixed pixels. It also has the same responsive variations as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.

Fluid rows

Make any row fluid simply by changing .row to .row-fluid. The columns stay the exact same, making it super straightforward to flip between fixed and fluid layouts.

Markup

<div class="row-fluid">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

Fluid nesting

Nesting with fluid grids is a bit different: the number of nested columns doesn't need to match the parent. Instead, your columns are reset at each level because each row takes up 100% of the parent column.

Fluid 12
Fluid 6
Fluid 6
<div class="row-fluid">
  <div class="span12">
    Level 1 of column
    <div class="row-fluid">
      <div class="span6">Level 2</div>
      <div class="span6">Level 2</div>
    </div>
  </div>
</div>
Variable Default value Description
@gridColumns 12 Number of columns
@gridColumnWidth 60px Width of each column
@gridGutterWidth 20px Negative space between columns
@siteWidth Computed sum of all columns and gutters Counts number of columns and gutters to set width of the .container-fixed() mixin

Variables in LESS

Built into Bootstrap are a handful of variables for customizing the default 940px grid system, documented above. All variables for the grid are stored in variables.less.

How to customize

Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.

Staying responsive

Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to customize the grids in responsive.less.

Fixed layout

The default and simple 940px-wide, centered layout for just about any website or page provided by a single <div class="container">.

<body>
  <div class="container">
    ...
  </div>
</body>

Fluid layout

<div class="container-fluid"> gives flexible page structure, min- and max-widths, and a left-hand sidebar. It's great for apps and docs.

<div class="container-fluid">
  <div class="row-fluid">
    <div class="span2">
      <!--Sidebar content-->
    </div>
    <div class="span10">
      <!--Body content-->
    </div>
  </div>
</div>

Responsive devices

What they do

Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around min-width and max-width.

  • Modify the width of column in our grid
  • Stack elements instead of float wherever necessary
  • Resize headings and text to be more appropriate for devices

Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.

Supported devices

Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:

Label Layout width Column width Gutter width
Smartphones 480px and below Fluid columns, no fixed widths
Smartphones to tablets 767px and below Fluid columns, no fixed widths
Portrait tablets 768px and above 42px 20px
Default 980px and up 60px 20px
Large display 1200px and up 70px 30px

Requires meta tag

To ensure devices display responsive pages properly, include the viewport meta tag.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Using the media queries

Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:

  1. Use the compiled responsive version, bootstrap-responsive.css
  2. Add @import "responsive.less" and recompile Bootstrap
  3. Modify and recompile responsive.less as a separate file

Why not just include it? Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.

// Landscape phones and down
@media (max-width: 480px) { ... }
// Landscape phone to portrait tablet
@media (max-width: 768px) { ... }
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 980px) { ... }
// Large desktop
@media (min-width: 1200px) { .. }

Responsive utility classes

What are they

For faster mobile-friendly development, use these basic utility classes for showing and hidding content by device.

When to use

Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.

For example, you might show a <select> element for nav on mobile layouts, but not on tablets or desktops.

Support classes

Shown here is a table of the classes we support and their effect on a given media query layout (labeled by device). They can be found in responsive.less.

Class Phones 480px and below Tablets 767px and below Desktops 768px and above
.visible-phone Visible
.visible-tablet Visible
.visible-desktop Visible
.hidden-phone Visible Visible
.hidden-tablet Visible Visible
.hidden-desktop Visible Visible

Test case

Resize your browser or load on different devices to test the above clases.

Visible on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop

Hidden on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop
如何确保网络安全烟台软件优化网站政府网站制作建设快速设计网站广州网站维护网络营销的知识要求flash网站制作教程模仿网站建设广西汽车网网站建设网站排版策划都说商场如战场,可是有多少人知道期货市场是战场上刺刀见红的前沿阵地? 人生就像k线图,有阴线,也有阳线。 是怎样的人生经历,让男主角发出了“向左看,一目了然;向右看,一片茫然!”的感慨? 请走进这部小说,走进书中人物的内心世界,一窥主人公在漫山遍野芬芳中的情感历程,回望期货市场波诡云谲的变化,体会一飞冲天的快乐,也品尝泥沙俱下的痛楚。 本故事人物﹑情节均为虚构,若有雷同,纯属巧合。千年前一场大战力挽狂澜以一战百最后道毁身陨,神魂转世投胎,借逐渐寻回前世回忆踏上漫漫武道之路问鼎武道的至高峰.红哥是传奇游戏中的一头红野猪,因一次意外事件获得了传奇外挂一枚,原本只想升职加薪、当上业务主管、迎娶白野猪的他,从此打开了新世界的大门亲情,友情,爱情。 情到深处,要怎么说出口…… 尘世情缘,缘起缘灭,花开花谢。 随风而逝的青春,只为遇见你。 爱至深——才懂——爱至重 ……邪魔入侵,乱世已至。 被杀死的人皇背后隐藏着怎样的秘密? 诸神混战,人族的先辈又去了哪里? 战败的士兵逐渐失去了纪律; 无家可归的流民拿起了镰刀; 混乱逐渐取代秩序; 直到那持刀的少年从火焰中历练而出! 轮回觉醒,打开了新世界的大门,你,还讨厌我吗? 这部作品内容它是写的太古时期,太古人,凭借道之乾坤,竖立天云道界。先祖云羲一脉五代之后的事情。 秦汉时期铸剑之魂,传于世。宝剑之主,死为忠魂。此由,往古,剑道而来。琴剑楚歌在,人间自有泪!剑起连波,梅花错了一场宿命之缘,山河社稷图现世,皇之江山,琴剑共鸣——剑舞绝歌,天下呼! 第一卷:《剑气连波》 人与剑的传说自古时便有流传。 ——琴剑楚歌在,人间自有泪。 作者联系方式:QQ:849987572 林莫得到一则预言,灵气复苏即将来临,但他不慌,为什么,因为他在灵气复苏之前,就已经修炼了三年了,在充满异能和灵气的世界,他会一直处于顶端。万族争霸,祸乱星海,沦落为奴的少年凭一柄神秘之剑,于微末中崛起,勇闯异界,一路逆袭,吞噬无尽种族,铸炼无上剑体,从此踏上热血争霸之路,力压万族天骄,剑斩诸天神王,横扫八方星海,乱世之中为人族斩开一片天,带领人族称尊寰宇!最终成为一代人王剑尊! “天赋逆天,机缘无数,杀不死我的,终将成为我的养料!” “吾为万古第一人王,诸天万界第一剑尊!”一觉睡醒,竟成为大林皇帝! 看着满朝忠臣,本想成为千古一帝,却绑定了最强昏君系统! 林凡:“朕要暴征横敛,民不聊生。” 比干:“陛下,别增税了,国库装不下了!” 林凡:“朕要扩大疆土,发动战乱!” 岳飞:“世界已是我国疆土。” 林凡:“朕要兴修皇宫,醉生梦死!” 蔺相如:“陛下,八方来朝,皆是跪礼!” ...... 林凡大哭:“我真是昏君,你们快造反吧!”
无锡网络营销外公司 上海门户网站建设想开一家网络营销公司 信息安全服务资质一级 模仿网站建设 网络安全专业委员会 信息网络安全事件 网络安全和信息化杂志 信息安全作文中文 许可e-mail营销是什么意思 广州做手机网站信息 失业的咨询技巧【www.richdady.cn】 处理感情纠纷的方法咨询【www.richdady.cn】 什么原因意外咨询【www.richdady.cn】 学习成绩差的环境影响咨询【www.richdady.cn】 莫名其妙感伤【www.richdady.cn】 冤亲债主干扰对生活有何影响?【www.richdady.cn】√转ihbwel 孩子厌学的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰咨询【微:qq383550880 】√转ihbwel 升迁障碍的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯【σσЗ8З55О88О√转ihbwel 前世缘份的前世修行【微:qq383550880 】√转ihbwel 感情纠纷的情感沟通【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 工作升迁的障碍与突破【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与女友前世的故事分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的前世因果【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的前世因果咨询【微:qq383550880 】√转ihbwel 前世缘份的前世影响咨询【微:qq383550880 】√转ihbwel 精神不振的原因分析【微:qq383550880 】√转ihbwel "信息安全管理.iso,-1 企业网络信息安全方案研究与设计 网站流程图 网站大模板真流量 安徽网站推广 郑州个人做网站 烟台软件优化网站 成都 网站建设 网站内容建设 禁忌网站 博客营销法 全国大学生信息安全竞赛成都 信息安全作文中文 宝鸡网站建设 个人网络攻击 银行网络安全 乐清网站优化推广wifi网络安全审计系统 信息安全应急中心 上海门户网站建设想开一家网络营销公司 国家信息网络安全 网络安全博客 包装材料营销型网站 烟台软件优化网站 汕头网络营销 网站的排名和什么因素有关系 南通动态网站建设 杭州网络安全企业 2016国家信息安全政策 杭州网络安全企业 宝鸡网站建设 网络安全专业委员会 株洲做网站多少钱 广东手机网站建设报价 乐清网站优化推广wifi网络安全审计系统 乐清网站优化推广wifi网络安全审计系统 营销工具作用上海信息安全参展单位 成都公司建网站 许可e-mail营销是什么意思 关于进一步推进中央企业信息安全等级保护工作的通知 营销型网站技术特点 网站流程图 营销竞争力 快速设计网站 信息安全作文中文 idc/isp信息安全管理 网络安全现状 2017 网站建设i 非在线交易型企业的网络营销流程并分析每种推广渠道的特点 浙江网站设计公司电话 下载建网站 耒阳做网站 哪个标准用于信息安全 武汉大学暑期信息安全 国外网络安全社区 下载建网站 全网霸屏营销推广 复旦信息安全怎么样 高唐网站建设服务商 全网霸屏营销推广 青岛网站设计公司 网站规划 广州做手机网站信息 广州专业网站制作哪家专业 网站的排名和什么因素有关系 深圳做网络安全公司 广州建网站 酒店网络营销概念 网站设计市场价 商业网站建设 北京公司网站建设报价 网站主色调 网络安全法 解读 中央企业网络安全 模仿网站建设 网络安全团队名称大全 服务营销产品定价策略 广西网络营销使用 深圳做网络安全公司 2014年信息安全事故 安徽网站推广 自助外贸网站制作 网络信息安全教程 上海企业网站建设 国家计算机网络与信息安全管理中心广东分中心 网络安全博客 廊坊设计网站公司 上海网站推广 北京网站建设公 上海企业网站建设 国家信息安全部大数据上市公司 网站排版策划 网络安全法案 全国大学生信息安全竞赛成都 乐清网站优化推广wifi网络安全审计系统 武汉网站优化seo 信息安全风险评估作用 福州外文网站建设 免费注册网站 紫色的网站 广东手机网站建设报价 网络安全工程师 培训 佛山外贸网站建设平台 广州网站维护 国际信息安全等级划分 校园网站设计 如何确保网络安全 商业网站建设 福州外文网站建设 龙岗网站建设 信科网络 信息技术与信息安全网 亚马逊网上产品的特征目标市场定位以及采取的主要网络营销方法是什么 宝鸡网站建设 企业网络信息安全方案研究与设计 网络安全和信息化杂志 创网站 网站内容建设 免费手机个人网站 电力行业信息安全第三测评实验室 端午节的软文营销 网络安全数据可视化 国家信息安全测评 无锡网络营销外公司 网络营销有用的书籍 国内信息安全事件2017,-1 国际信息安全等级划分 网络信息安全实训总结 高唐网站建设服务商 成都市网络安全部门 flash网站制作教程 流行的网络安全软件 无线网络安全性密码 广州网站维护 网络安全和信息化杂志 营销swot自我分析ppt 学校网站设计 网络营销的知识要求