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
广播电视信息安全测评中心遵义做网站展示型网站制作公司珠海网站优化网站代运营国家网络安全技术排名全国信息安全标准化技术委员会微汇通微信营销软件广州h5网站开发10个日常使用营销规律二十八星宿大乱,无数星石散入人间。次年,八王之乱,五胡乱华。鬼谷子创立五行帮,在这世间就是一股神秘的力量。第二十八代帮主张半仙预言,五十年后,枭雄、名将辈出,方可归位。《玄石图》、龙泉剑、玄女兵法、传国玉玺、吴王宝藏图这五宝重现江湖,琅琊王氏和五大外戚势力因五宝引起世人关注。老谋深算金云龙、武功盖世池云飞、白面书生杜云天、政坛老手狄云鹏、五行行家田乐,五行帮因为他们的名字占尽了金、木、水、土、火五行,命理注定是要享尽人间富贵,留得青史。光明尘原名陈绍明,杜云天和小丁的爱情故事,又给这英雄时代增加了一份温柔的色彩。  意外之下,大学生白清让被召唤至异界!   无系统,无金手指,无人缘,无胆识,无慧根……一个主角该有的东西我居然都没有!   老天呐!你是在玩儿我吗!?   老天:我给你的妖祖之体是吃干饭的吗?   白清让:???   啊?我有这玩意儿?!那没事儿了,不好意思啊!   机缘巧合之下开启妖祖之体,   原来我不是废柴!白清让飘了,   吞天噬地——妖祖之体!   快快快!妖丹呢!你祖宗饿了!普通大学毕业生,没人脉,没势力,通过自己的努力,成为国内工控行业的先行者。穿越成大明最后一个皇太子,朱慈烺觉的压力很大。 在这个非外挂不能救的大明,还好神级选择系统降临。 【怒怼当朝首辅,奖励两千戚家军,奖励项羽之力!】 【斩杀贪污正三品府尹,奖励秘鲁铳制作工艺。】 【斩杀临阵脱逃赵国公,奖励神机大炮。】 【不破不立,清洗腐败朝堂,奖励世界地图!】 射程即是真理,口径即是正义。 破敌蔻,除跶掳,解海禁,让大明的荣光响彻世界!原本吴向东作为医院高新人才引进计划的成员而备受瞩目,却因为一场突如其来的医疗事故坠入深渊,不但被医院打上“推诿病号”的烙印,更是在同窗的推波助澜下被医院发配到乡下干起了赤脚医生,耽误了前程。 虽然多年后他凭借精湛的技术在医疗行业中闯出属于自己的一片天地,却始终因为那件事被人诟病,无法将自己的健康理念推向全国,而后在某次醉酒中他发现自己重新回到1999年的那场医疗事故的当晚。 于是那个男人回来了,他凭借前世经验,在那个单纯以治疗疾病为目标的年代,始终坚持以病人本身为治疗原则,在他的带领下,医疗行业发生翻天覆地的变化,而他和自己的团队也在一次次医疗事件中,逐步登上世界医学的舞台并伫立在世界之巅。我秦飞,这辈子,有刀,有守护之人,足以。 李江,一个不是这个世界的人来到了这个世界。他没有比别人更多的本事,唯一的长处就是他有别人永远都没有的经验。经验这个东西,可以让一个平凡的人成为神,不是神话里面的神。 李江,觉得自己不是神。他只是多了一点别人没有的记忆,这是老天爷的恩赐;或者是上帝的奖励。总之,他来了,带着神一样的能力,来到了这个世界。他不是来改变这个世界的,但是世界却要注定因他而改变! 哥不是神!但哥却可以成为神话!叶怀安跳江而死,是世道沦丧还是命中注定?九本经书各自又隐藏了什么样的秘密?在诸天宇宙中,地球是沧海一粟还是隐藏boss?欢迎来到玲珑塔的世界。天外之星坠入地球,带来了可怕的灾难,也带来了无穷的机遇。 一个意外获得圣石的“普通人”,进入了一个神秘的网站,开始了他向着最终的旅途。 这是我们人类的世界,也是这些超能者的世界。这是似忽是一个中世纪世界,但又有像九夏,阿拉汉,瀛洲这样的东方国家。 这个世界有淳朴的人类,有高洁的精灵,有可爱的兽人,有邪恶的魔族......至少林武刚穿越到这里时是这么认为的。 他是以一个人类的身份来到这个世界的,在他生活的人类国家里,有美丽的贵族小姐,善解人意的修女,英俊的骑士,开明的领主。你可以在城里的公会里注册成为一个冒险者,成为一个传说;又或是拜入领主麾下,成为一名骑士,征战四方;还是成为商人,富甲一方。 但林武看到衣着华丽的贵族,衣衫褴褛的农奴;金碧辉煌的宫殿,充满恶臭的贫民窟;摆满桌子的山珍海味,发霉的面包,林武觉得这第二次生命,应为这世界上最美好的事情奋斗,他将带领这些绝望的人换一个活法,一个更有意义的活法。
网站推广方法 珠海网站优化 广播电视信息安全测评中心 网络营销战略特点是什么 网站大模板真流量 自己弄个网站 南京互联网营销公司排名 营销策略案例 网络安全传输协议 vpn基础知识详解 三种vpn模式分析-网络安全7 孩子压力大的解决方法【www.richdady.cn】 家庭关系咨询咨询【www.richdady.cn】 投资项目的前世记忆咨询【www.richdady.cn】 长期耳鸣可能是哪些疾病的信号咨询【www.richdady.cn】 外灵的预防措施咨询【www.richdady.cn】 去世的母亲的前世因果咨询【微:qq383550880 】√转ihbwel 前世今生的故事有哪些经典案例?【微:qq383550880 】√转ihbwel 纠纷的解决方法【企鹅383550880】√转ihbwel 前世缘份如何影响今生?咨询【www.richdady.cn】√转ihbwel 耳鸣的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的咨询技巧【微:qq383550880 】√转ihbwel 公司破产的原因分析【微:qq383550880 】√转ihbwel 佛教视角下的前世今生【www.richdady.cn】√转ihbwel 婴灵对家庭关系有哪些影响?【σσЗ8З55О88О√转ihbwel 前世今生的故事与轮回【www.richdady.cn】√转ihbwel 失业的原因分析咨询【www.richdady.cn】√转ihbwel 过世前可能出现的征兆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵对家庭关系有哪些影响?【微:qq383550880 】√转ihbwel 维护良好家庭关系的秘诀【σσЗ8З55О88О√转ihbwel 事业不顺的解决之道咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 2016首都网络安全日 长安做网站 2016年网络安全现状 国家网络安全技术排名 全国信息安全标准化技术委员会 军用信息安全产品证书泉州做网站 近几年饥饿营销的案例分析 网络安全传输协议 网站改版升级总结 网络安全法征文 信息安全密码设置要求 网络营销的关注度 网站设计存在的不足 有哪些软文营销例子 计算机网络安全等级? 注册网站 北京工作室网站建设 怎么判断网站优化过度 信息安全 php获取flag 2016年网络安全现状 信息网络安全专业人员认证证书 信息安全会议 infosec,-1 珠海网站优化 网站大模板真流量 广西汽车网网站建设 微汇通微信营销软件 品牌营销与传统营销 昆明微信营销公司 拓吧网站 西安 网站搭建 网站无备案 计算机网络安全应急 南京互联网营销公司排名 云南网站优化 信息安全会议 infosec,-1 长沙网站制作 北京工作室网站建设 大连网站制作 网络安全100强 如何建设网站 注册网站 网络安全100强 长期营销策划网络营销流量的重要性 网络营销干什么的 如何设计公司官网站 2017信息安全服务年会 顺德手机网站设计价位 信息安全密码设置要求 营销推带 网站制作维护 聚美营销岗 遵义做网站 品牌营销与传统营销 b2c网络营销方案 网站设计存在的不足 10个日常使用营销规律 信息安全 php获取flag 珠海网站优化 办公室网络安全风险 网络安全组织 网站排序 公司网站管理中心可以修改内容上传图片不能修改主页画面 网络营销新媒体技巧 网站建设中模 信息安全技能赛 安全狗 网络安全法征文 2017青岛网络安全会议 优品上海品牌营销管理宣传营销 国家网络安全信息中心 广播电视信息安全测评中心 近几年饥饿营销的案例分析 上海市公安局公共信息网络安全监察处 网站改版升级总结 沈阳营销策划 优帮云 网站建设中模 军用信息安全产品证书泉州做网站 网站解析要多久 传统网站和手机网站的区别是什么 长沙网站制作 网站代运营 网站制作一条龙 达内2016网络营销seo 注册网站 网络安全问题管理 直销网站建设 9.网络安全的特性包括( ). 遵义做网站 如何设计公司官网站 工厂营销推广 昆明网站建设制作 信息安全专业最新消息 如何修改网站关键词 营销学知识 设计网站的元素 注册网站 html写手机网站吗 2017信息安全服务年会 有关网络安全的专业 2016首都网络安全日 互联网产品营销计划 网络安全大赛致辞 信息安全资产 营销推带 信息安全与企业 国家网络安全技术排名 拓吧网站 如何建设网站 大连网站制作 网络安全的特殊性 乐清企业网站建设 信息安全 php获取flag 有哪些软文营销例子 网站建设步骤 军用信息安全产品证书泉州做网站 云南网站优化 数据信息安全审计 五华区网站 西安 网站搭建 网络安全问题管理 怎么做一个网站 网站设计公司 无锡 网络安全问题管理 有哪些软文营销例子 深圳企业网站建设 销售群发营销信息 信息安全配置检查工具,-1 网站改版升级总结 信息安全大学排名2017 传统网站和手机网站的区别是什么 近几年饥饿营销的案例分析 武汉大型网站建设 公司网站管理中心可以修改内容上传图片不能修改主页画面 优品上海品牌营销管理宣传营销 怎么做一个网站 信息网络安全专业人员认证证书