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
宁波信息网络安全报警网站工信部 网络安全处网络安全定位岳阳网站制作专业做网站关于公司建网站2016年中国网络安全发展形势展望重庆营销型网站开发网络信息安全事例,-1安庆网站优化邪剑燕支的意外发掘,牵扯出一桩百年冤案。洛家长子洛知行中千机散之毒,危在旦夕。唯有找到退隐江湖的魔尊白苏子才能救他于水火。百年断点,熟悉的情节再度上演,真凶是否另有其人,洛薇、宫寞霖、夏无攸、郁雪吟为救知己洛知行,集结一方,踏上未知的征途。随着旅行的深入,那些不为人知的故事如抽丝剥茧,渐渐浮出水面……穿越异界,没有系统,没有外挂,这还让人怎么活!是躲于阴沟暗角苟且偷生还是绝境拼搏逆天改命?且看雇佣兵王为穿越异界的精彩人生。 21世纪中期,未知病毒突现人类社会,没有症状,每一个被感染的人类都会被某种规则束缚,并且从未出现完全相同的规则。有人因获得的规则一步登天,有人却因此连生活都无法自理,有人因规则过于强大被政府雪藏,大多数人仍正常生活在看似和睦的正常社会中......敢问上天,是否有仙?一个现代的物流搬运工,穿越到修真世界,一步一步修炼,能否成仙?少年壮志旅途险,看尽凡尘红颜笑。他日仙界再相见,一声道友尽沧桑!【叮,您的神级搞钱系统已激活!】 伴随着系统的提升声,李凡终于明白了人生的真谛:那就是拼命的搞钱! 李凡借助系统给予的能力,卖配方、开面馆、创业投资一条龙。 秘制水煮肉片,鲜美嫩辣! 天外香炸鸡腿,外酥里嫩! 神级土豆牛腩,酱香浓韵! 除了各种自创顶级菜品外,还有蒸羊羔、蒸熊掌、蒸鹿茸、烧花鸭、烧雏鸡、烧子鹅、卤煮咸鸭、酱鸡、腊肉、松花、小肚儿、晾肉、香肠……等绝味厨艺! 从面馆开始,李凡创业后倚靠着无数神级配方在美食界横行霸道、平步青云的故事拉开序幕…… 在这个巨大的异界大陆上,到处都是权力的争夺,封建主义皇位之间的暗潮涌动,一个在登基典礼上就被罢黜的懦弱皇帝,怎样走上复仇之路......特战兵王意外穿越到古代,成为一个混不吝的二世祖。 出身寒门怎么办?没关系,我用军功征服天下! 缺少钱粮怎么办?没关系,我的产业遍布全国! 皇帝忌惮怎么办?没关系,王侯将相宁有种乎?26世纪的知名科学家偶然间得到了一个特殊的石头。于是,白鹿出生了,她是一个全能型机器人,外观酷似活人,有最先进的人造纳尔达斯细胞,想一个普通人。 白祁为了实验把白鹿扔进虫洞里,于是白鹿去了一个特殊的世界,然后被人捡走,又被人抓走,稀里糊涂的就这么成了至上神还顺带捡了一个对象。《黑暗圣经·启示录》:第一位天使吹响号角,冰雹、火与鲜血倾倒于大地,烧毁了三分之一的草木与土地; 第二位天使吹响号角,着火的群山被扒入海洋,三分之一的海水被血污染; 第三位天使吹响号角,燃烧的群星坠落与于三分之一的水源,将所有饮水之人带入冥府;第四位天使吹响号角,毁灭了三分之一的日、月、星辰,从世间夺去了三分之一的先明;第五位天使吹响号角,陨星在大地上撕开无底的深渊,让三分之一的人类挣扎守生与死的边缘;第六位天使吹响号角,心弦波封印于幼发拉低河的国王挣脱锁链,他们分别掌管政治、经济、军事和宗数,遵从神的旨意,于此年、此园、此时东灭全人类的三分之一; 当第七位天使最终展齐漆黑的羽翼,吹响 “审判” 的号角,统治宇宙的大权已经属于我们的主在某个神秘的黑夜,身为网络键盘侠的凡人赵兴,被一个自称凉哥的修仙者追杀,追杀的原因居然是赵兴在三年五个月零七天前打游戏喷了他菜,与此同时,赵兴居然收到了来自2000多年前祖先的快递,里面的U盘里记录着500g的仇人后代的名单,无名祖先喜笑颜开地留了一段话:快点变强吧,名单上的人我会一个一个通知过去,让他们来追杀你,毕竟我欠的债还是有人要还的
绿盟科技网络安全顾问 整合营销的定义 网络营销有哪些任务 经典网络安全教材 网络营销就业怎样 网络安全人才培养 论坛 网络安全基础的rsa的全称是什么 手机信息网络安全 制造业 信息安全 建网站哪家好案例福州建网站做网页 老公家暴咨询【www.richdady.cn】 升迁障碍的职场策略有哪些?【www.richdady.cn】 前世今生的轮回存在吗?咨询【www.richdady.cn】 心特别累的环境影响【www.richdady.cn】 为什么过世【www.richdady.cn】 无形干扰的前世因果【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的化解仪式【σσЗ8З55О88О√转ihbwel 前世缘份如何影响事业发展?【微:qq383550880 】√转ihbwel 投资项目的财务规划咨询【微:qq383550880 】√转ihbwel 感情问题咨询专家咨询【微:qq383550880 】√转ihbwel 有官司的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的情感维护【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世因果咨询【微:qq383550880 】√转ihbwel 干扰的预防与化解【www.richdady.cn】√转ihbwel 感情纠纷威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的自我提升【www.richdady.cn】√转ihbwel 头脑混沌时如何提高注意力【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 维护良好家庭关系的秘诀咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感疏导咨询【微:qq383550880 】√转ihbwel 知名网站规划 专业做网站 营销的劣势 qq营销 网络安全资料. 营销案 网络安全备案步骤 周一点子营销 网络安全周第几届 信息安全等级保护测评师,-1 网站站制做 保定市网站建设 网络营销误区 滁州做网站 企业公司网站建设信息安全工程师培训 考试 网站建设制作 网络安全攻防培训 微博营销有什么特点 网络安全的新技术 企业如何做网站建站 java编程 网络安全漏洞 网站站制做 网络信息安全学科 国内外信息安全标准 营销标题大全 2017 上海 网络安全周 微营销总结 可口可乐网络营销计划 聚美优品产品营销助理 网络营销宣传方式有哪些内容 网络营销有哪些任务 中国信息安全测评中心广东测评中心 企业网站建设亮点 滁州做网站 绿盟科技网络安全顾问 无锡知名网站制作 个人网站建立 可口可乐网络营销计划 宁波信息网络安全报警网站 网络安全防护的工作原则 营销互动 2017年网络安全日 中国信息安全杂志社 常用的网络安全协议 公安部网络安全监察 2016年中国网络安全发展形势展望 网络营销就业怎样 贸易网站建设 做好的网站如何上线 顺德公益网站制作 兰州营销型网站建设 网络安全定位 网络信息安全学科 免费建手机网站 信息安全等级保护信息安全等级保护管理办法 支付宝的网络营销战略 东莞销售网站设计 微营销总结 c2c网站有哪些 趋势科技2014 年第一季度信息安全报告长沙做网站多少钱 重构网站 营销互动 保定哪里有做网站的 手机信息网络安全 整合营销的定义 山东省网络安全法 汽车网络营销 网络安全的5的因素网络营销整体运营方案设计 网络安全防护的工作原则 兰州营销型网站建设 广州外贸网站效果 大学网络安全先学什么 企业公司网站建设信息安全工程师培训 考试 全校大会 网络安全周 信息安全教学实验室 网站建设制作 java编程 网络安全漏洞 重庆互联网营销公司 山东省网络安全法 计算机信息网络安全的技术支持 旅游网络营销方案设计 广东信息网络安全协会 广州域名企业网站建站哪家好 优秀企业网站欣赏 网络对营销组合的影响 信息安全服务资质认证公司 趋势科技2014 年第一季度信息安全报告长沙做网站多少钱 如何为公司做网站 沧州网站建设制作设计优化 四川网站制作哪家好 网络安全法正式施行 遂宁网站设计 唐山做网站 关于公司建网站 网络安全应急服务支撑单位 国家级 网络信息安全事例,-1 专业做网站 网络营销干货百度云 关于进一步推进人民法院信息安全等级保护工作的通知,-1 深圳推广营销策划 网络安全的新技术 广州域名企业网站建站哪家好 认识网络营销调查的基本方法有哪些方面 北京市信息安全 网络安全基础的rsa的全称是什么 制造业 信息安全 首页营销网 网络安全网络文明 全球网络信息安全案例 中国信息安全保护制度 网络安全日实施 传统营销的价值 网络营销策划流程 营销标题大全 网络营销宣传方式有哪些内容 网站站制做 成都的国家信息安全所 网络营销的调研报告 无锡知名网站制作 网络营销的发展的原因 网络营销误区 网络安全防护介绍 网络营销就业怎样 网络营销误区 营销书 广东信息网络安全协会 微博营销有什么特点 昆明网络营销的发展 公安信息网络安全 信息安全服务资质认证公司 计算机信息网络安全的技术支持 企业公司网站建设信息安全工程师培训 考试 微网站域名 四川网站制作哪家好 信息型网站