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
网络安全培训课程品牌营销推广凡客概念营销网站的尺寸宁晋做网站国家信息安全 主任,-1邮件营销的优信息安全高层会议记录信息安全管理的根本方法手机网站开发语言不是意外,房东东因为幸运而被甄选,却只成为魔法星界的普通居民。设定小目标就是环游魔法世界,见识什么叫快乐星球。然而风云变幻,魔团会、族老会、真理会与皇经会几方势力暗流汹涌,无意身处其中自己也狼狈不堪。既然如此,那便是登上魔法的最高殿堂重权话事,宵小退散。  大脚从天而降把人类震回了原始时代,到处都是人吃人的恐怖景象……商业微信:zicsnk 同名漫画:https://afdian.net/@1994sr我叫杨辰光,身高一米五。 虽说比不上黎明,郭富城那样的大帅哥,但怎么说也是有点姿色的,矮一点怎么了!? 浓缩的才是精华! 也不知道是哪个混蛋给我取了一个艹蛋的绰号,居然叫我光棍!? 想当年大郎还能娶金莲呢! 想让哥打光棍? 门儿都没有!天道亦无常,人心更反复,世间三千疾,最苦是抉择。一个被命运驱使的少年自深山中走出,就此入世…风起云涌,仙道争锋,天意无常,人心不古…历经千难万险,又该作何选择?愿只随本心,纵错也无怨! 修道无始终,何以为巅峰… 偏拗执念深,百炼不为仙… 天意虽相悖,吾只随吾心… 万劫纵不复,无怨亦无悔…他只身闯荡上海,从一个乡下“小赤佬”混到租界督察长,成了上海风云一时的人物。 1938年8月18日,上海南京路上,几位报童在拼命地叫喊着:“快报!快报!特大新闻,陆大奎被刺杀身亡!快报!快报!”以此来招来顾客。 ...... 昨天下午3点光景,中央旅社三楼的一间房间里。青纱帐中,陆大奎光着身子正在与三姨太调情。“叮铃铃”突然电话铃声响起。陆大奎说了句:你奶奶的。伸手去接电话。 陆大奎不情愿地:喂!我就是。 听到对方强硬的口气,陆大奎的脸顿时阴沉下来,脸上的肌肉也开始绷紧。 陆大奎搁下电话,心中疑惑不定。上次打了蒋介石外甥俞洛民的一句耳光后,被淞沪警备司令部抓去坐了几天班房,好不容易托人求情捐了一架飞机才了事。今天又打来电话,肯定不会有好事。 陆大奎心神不安地赶紧起床,穿好衣服,带了一名保镖急匆匆地出了门。刚跨出中央旅社大门才几步时,迎面射来一串子弹,陆大奎和他的保镖还来不及拔枪抵抗,就倒在了血泊之中…… 自从遇到了闷骚这个道士后,我的世界似乎发生了一些变化…我叫曹香成,是一名只在凌晨出来接客的网约车司机。我的乘客,他们每个人都有自己的故事。他们是人,他们有的并不一定是人。。。九幽冥天,以血铸剑,镇鬼邪神,敕怪妖仙! 上一世,他乃九幽剑帝,登临万界,杀伐随心,却因功参造化,遭强敌围攻,肉身殒灭,记忆被封。 这一世,他乃叶家少主,一朝沦为废人,被天下嘲笑,又惨遭岳父和未婚妻剥骨夺魂,死于非命! 一柄夺天地造化的无上剑魂,解开了两世被尘封的记忆! 叶无踪猛然发现,体内剑魂,早已完成了华丽蜕变,晋为神阶,并在他的丹田之中,开辟出了一方神秘剑冢! 由此,叶无踪一人一剑,强势崛起,踏天而行! 吾之剑冢,乃万剑墓葬,可执天下之剑!也可统御,天下执剑之人! 从今天开始,莫天竹的生活也彻底改变....【快节奏,轻松爽文】作为一个穿越者,镜尘却欠着阎王爷30年寿命。为此,镜尘需要每天向【赎命系统】上交30万的续命费。直到所有的钱都还清,他才能不去找阎王喝茶。镜尘无奈,只能进入娱乐圈,赚钱还命了。 本小说极人物纯属虚构,如有雷同,纯属巧合。切勿模仿。
创意的网络营销方案设计 苏州企业网站制作 嵌入式设备网络安全 吉林网站建设 广州 网站建设连州网站建设 网站制作公司 深圳 国家网络安全审查 企业如何维护网络安全 保密局 信息安全测评 2017网络安全公司排名 灵魂化解的意义【www.richdady.cn】 前世老公的咨询技巧咨询【www.richdady.cn】 财运不佳的风水布局【www.richdady.cn】 家庭关系的沟通技巧【www.richdady.cn】 纠纷的心理调适咨询【www.richdady.cn】 公司破产的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何了解自己的前世今生?咨询【微:qq383550880 】√转ihbwel 公司破产对股东的影响【企鹅383550880】√转ihbwel 前世缘份的缘分再续【微:qq383550880 】√转ihbwel 财运不佳的理财技巧咨询【www.richdady.cn】√转ihbwel 婴灵咨询【企鹅383550880】√转ihbwel 亲子关系的互动模式有哪些?咨询【微:qq383550880 】√转ihbwel 与男友前世的前世案例咨询【微:qq383550880 】√转ihbwel 暗恋的解决方法咨询【企鹅383550880】√转ihbwel 家庭关系的情感维护【σσЗ8З55О88О√转ihbwel 外灵的干扰特征【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感沟通咨询【企鹅383550880】√转ihbwel 脑部不清晰可能是哪些疾病的表现威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系改善建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的情感释放咨询【www.richdady.cn】√转ihbwel 网络安全宣传内容 成都信息安全公司排名 市场和市场营销的关系 陕西信息安全管理中心地址 青岛网站建设迅优 网络安全协议 pdf 手机微网站 维护一个网站 创意的网络营销方案设计 杭州营销外包公司 网络安全自主可控 中国信息安全测评 专业制作网站 郑 岳阳网站制作 澳洲 信息安全专业就业前景 周汉华 网络安全 网站的尺寸 国家 网络安全审查 青岛开发区制作网站公司 怎么样做网站的目录结构 网络信息安全讲义 信息安全平台 房地产的网络营销方案 网络安全论 qq营销结果分析 网络信息安全日 品牌营销网 肥城网站制作计算机信息安全资质 企业信息安全的问题 广东网站建设专业公司 国家信息安全部长 房地产的网络营销方案 十堰网站建设 合川网站建设 北京网站开发建设 南昌网站建设服务器 seo 网站 制作 银行业网络安全法 网站制作预付款会计分录 广州 网站建设连州网站建设 手机微网站 石狮做网站 国家网络安全审查 高端网站设计公司 河南信息安全专业吗 网络安全平台教育平台 pc端营销 网站首页制作 桐城网站建设 长沙做网站的 成都信息安全公司排名 网络安全 flash 国家网络安全局系统 网站设计作业 信息安全专业博士,-1 网络事件营销的特点 北京b2c网站制作 凡客概念营销 网站建设排版规定 网站制作公司 深圳 网站设计的论坛 王老吉营销方案分析 长沙做网站的 2017网络安全公司排名 信息安全等级保护 证书 开展网络安全认证 检测 风险评估等活动 周汉华 网络安全 总结网络营销岗位所需能力 成都网站创建 2016信息安全案例分析 高端网站设计公司 创新的商城网站建设 肥城网站制作计算机信息安全资质 惠州做网站 国家信息安全部长 昆明建网站要多少钱 企业级服务 网络安全 吉林网站建设 网络安全宣传内容 互联网与网络安全 信息安全管理的根本方法 信息安全分析 企业公司网站 北京 邮件营销的优 服务定价营销概念 电脑 手机网络安全 信息安全与通信行业协会公司网站的制作公司 怎么样做网站的目录结构 苏州企业网站制作 合川网站建设 网络安全平台教育平台 宁晋做网站 建设手机网站费用 cii 网络安全 internet 信息安全分析 信息安全平台 佛山网站设计公司 个人如何建网站 手机网络安全性 软件开发信息安全考试,-1 珠海企业集团网站建设 模板网站更改 昆明建网站要多少钱 手机网络安全性 信息安全的建议和意见 信息安全高层会议记录 惠州做网站 互联网营销总结感受 石狮做网站 苏州企业网站制作 四川开设信息安全专业吗 国外信息安全工具 网络安全 flash 康师傅网络营销方案 广东网站建设专业公司 网络安全自主可控 怎么样做网站的目录结构 营销核心 南宁网站公司 北京网站开发建设 创新的商城网站建设 网络安全信息共享法案 seo 网站 制作 专业制作网站 郑 川大信息安全专业 网络事件营销的特点 康师傅网络营销方案 个人网站设计 国家信息安全部长 网络营销策划方案案例 网络营销师课程 澳洲 信息安全专业就业前景 成都信息安全测评公司 2017网络安全公司排名 信息安全的研究生