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
网站设计行业资讯亚马逊网上产品的特征目标市场定位以及采取的主要网络营销方法是什么做网站优化时 链接名称"首页"有必要添加nofollow吗?成功企业的营销简述网络营销的内涵企业网络信息安全方案研究与设计全网霸屏营销推广营销广告宣传语网站建设 长春中国亚马逊营销的优势 乱世之土,命如蝼蚁。 杀人放火,唯见真我。 仙道茫茫,无数修士如同过江之鲫,都想登天一途,炼气、筑基、结丹、元婴..... 尘世间的一叶浮萍,不甘就此飘零浮沉! 苟凡尘,争修行,踏仙路!这是黑与白、善与恶的故事,这世间善恶、黑白的定义,又是怎样的定义。”黎明终结夜的奏章, 黄昏普照忠实的信徒。 那反方向的钟是否能让你回到过去, 一览江河,执步天下。 平凡的王辰,坐上双向的列车,在人生中匆匆驶过。 却因被世纪的魔手选中,让王辰回到过去。 再回首,几度夕阳下,天边依旧红。这是一个本没有生命存在的世界,却被一团混沌灵气误入而改变,数万年后,一位从弱小人族中走出的少年是否能以人力撼动已经称霸了数万年的权威?妖兽争霸天下惊,且看我以人力憾巨龙。高卧九重天,蒲团了道真。 天地玄黄外,吾当掌教尊。 盘古生太极,两仪四象循。 一道传三友,两门道魔分。 天地都领袖,一气化天元。 贫道天元子,天道有感,当为众生开灵智,传无上妙法。一月之后于东海之滨开坛讲道,有缘者皆可听之。当年大战过后,地球修炼文明为何没落?白晨,墨羽,赤珠,三大家族传人从地球走出,追溯远古那一战的真相...... 性格开朗的清秀白发少年白晨,性格冷淡的阴暗少年墨羽,青春活跃并有着一头赤橙色长发的少女赤珠,三位有着绝顶修炼天赋的妖孽在一步一步的星空旅途中成为名震八方的绝顶强者,封为三大帝!在星空中留下了一个又一个传说......宋末,蒙、金、宋战乱不断,南宋李庭芝、李继先、张世杰三位从小长大的兄弟,一起读书、练武,心怀大志,有勇有谋,共同投身于保家卫国的行列,李继先先后结识了诸如余玠、杨亮节、李芾、王坚、文天祥和陆秀夫等名臣名将,又结识了诸如慧通、玉虚三仙、桃源四剑、潇湘剑客、剑南六洞仙等江湖豪杰,他们虽然出身不同,性情和志向各异,但最终都聚合到了抗敌保国的队伍中,他们忠心于国,侠义冲天,文武超群,在政治与江湖间穿梭,同奸臣、叛徒、敌军、仇人不断对战,最后随着南宋的一路失败和灭亡而纷纷牺牲,余留之人最后看到元朝新生气象后,感到天下一统是民心所向,便顺应大势,退隐山野。石灵日久变成一个玉梅树,不断因为各种各样的情况,死亡,穿到另一个新世界。逐渐变强修炼。小说家张扬赶时髦穿越了,来到一个在仙侠修真和机械飞升之间反复横跳的混乱新世界,然后金手指到了。”正在加载心想事成系统,为激活本系统,请先完成前置任务:拯救世界!“这是在一个架空的城市发生的故事,那个人他一时兴起成为了一名初中的历史老师,要问原因的话?没有,仅仅只是一时兴起而已。
博客营销有哪些优势 网络安全框架怎么写 网络安全的实施 网络安全仿真靶场 企业网络信息安全方案研究与设计 信息安全检查管理办法 网络安全与应急管理制度 福州做网站的公司 怎样学好网络营销 郑州营销网站托管公司哪家好 财运不佳的投资建议咨询【www.richdady.cn】 长期耳鸣可能是哪些疾病的信号咨询【www.richdady.cn】 意外的原因分析【www.richdady.cn】 财运不佳的原因分析咨询【www.richdady.cn】 婴灵的化解方法【www.richdady.cn】 心特别累的前世因果咨询【企鹅383550880】√转ihbwel 头脑混沌的前世记忆【www.richdady.cn】√转ihbwel 家庭关系的相处之道有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系中的矛盾如何解决?咨询【企鹅383550880】√转ihbwel 失业的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的心理调适【σσЗ8З55О88О√转ihbwel 前世老公的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的环境影响【微:qq383550880 】√转ihbwel 无形干扰的原因分析咨询【企鹅383550880】√转ihbwel 提高情商的方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的前世因果咨询【www.richdady.cn】√转ihbwel 网络营销首先要干什么福州公司网站建设 启明星辰网络安全审计 2016网络安全重大事件 网络安全攻防演练感想 信息安全证书有什么 网络安全方案设计的注意点 2014年网络安全报告乌海网站建设 响应式网站建设信息 2017首都网络安全周 网络安全比赛 营销竞争力 在线营销型网站建设 杭州营销型网站 网络安全在线实验室 无锡网络营销外公司 房山网络安全小镇 国家网络安全局郭 2014年网络安全报告乌海网站建设 网站网络安全情况汇报 营销全流程 凡客营销 信息安全产品测评认证管理办法 快消品网络营销推广邮箱营销软件哪个好用 天融信网络安全审计系统 武汉网站推广 网络安全上市公司 怎样学好网络营销 网络安全上市公司 南昌网站优化公司 大网站成本 网站字体 强化信息安全 国家信息网络安全标准 学院网站规划方案 响应式网站建设信息 简述网络营销的内涵 学院网站规划方案 中国网络安全法律法规 国家网络信息安全周,-1 武汉网站推广 房山网络安全小镇 银川全网营销 怎样学好网络营销 个人网站在那建设 全网营销 必修课 2016网络安全湖南峰会 信息安全工信部,-1 深圳营销型网站公司电话购买型网站建设 公司信息安全网络升级方案 营销培训v6 网络安全协调局 信息安全语录,-1 网络安全技术项目考试填空题含:暴力破解最基本的两种方法为 网络安全与应急管理制度 亚马逊网上产品的特征目标市场定位以及采取的主要网络营销方法是什么 网络安全协调局 温州手机网站制作公司电话 网络安全合格证 idc/isp信息安全管理 网站的标准 从重大事件看网络安全形势答案 网络安全仿真靶场 房山网络安全小镇 企业网站建设公司排名 如何做搜索引擎营销 遂宁网站制作 信息安全会议 2015 被通知公司网站域名到期 美国网络安全宣传周 最好的网络营销师培训 网站设计公司 北京 天融信网络安全审计系统 重庆网站布局信息公司 2016年第四届中国网络安全大会 网站字体 网站建设的后台登录 网站解析要多久 国家信息安全日 遂宁网站制作 营销竞争力 网络营销注册师 聊城网站制作 成功企业的营销 2016网络安全湖南峰会 微信公众号的营销特点 湖南网页设计培训网站建设 信息安全人员等级 微信营销公司广州 网络安全入侵 信息安全工信部,-1 金融网络安全案例分析 网络安全与应急管理制度 2014年网络安全报告乌海网站建设 重庆网站布局信息公司 企业网络信息安全方案研究与设计 o2o电子商务网站 怎样学好网络营销 网站优化课程 青岛 html5/flash设计开发|交互设计|网站建设 房山网络安全小镇 营销全流程 中国亚马逊营销的优势 网络安全 攻防竞赛 青岛 html5/flash设计开发|交互设计|网站建设 网络安全在线实验室 营销广告宣传语 信息安全工程类 2014 国家信息安全专项 网络安全交流协会 美国网络安全宣传周 网络营销首先要干什么福州公司网站建设 启明星辰信息安全 idc/isp信息安全管理 许可e-mail营销是什么意思 企业网站建设公司排名 国家信息安全日 网络营销途径都有哪些 网络安全上市公司 简述网络营销的内涵 西安移动网站建设 信息安全会议 2015 火山小视频营销 信息安全等级保护修订 网络信息安全管理,-1 网络安全培训材料 杭州营销型网站 许可e-mail营销是什么意思 网络安全产品的重要性 国家信息网络安全标准 网络信息安全管理,-1 营销竞争力 重庆网站布局信息公司 上海信息安全测评认证中心 学院网站规划方案 信息安全等保