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
网站中文域名续费是什么情况飞塔网络安全专家网络营销策划 费用开放平台信息安全4.29网络安全邮件营销的有点学校 信息安全网络安全的威胁 参考书信息安全是哪三者紧密结合的系统工程制作网站报价碌碌无为的男孩,无法描述的心情,破烂不堪的人生。上三句说的是作者下介绍作品:平凡的男孩遇上心爱的女孩找到人生存在的意义,两人互相鼓励共同努力,奈何天不佑佳人,总需要有人逆光前行女孩意外去世....在空灵大陆上,修为决定着每个人的命运。大陆上,人的修为分为融体境,坚身境,铸心境,幻灵境,天元境,破玉境,芥子境,真元境,虚仙境,天神境,能登上天神境的强者少之又少,男主元翼在磨难中一步一步成长,在他向往的世界里,爱过,失去过,被人背叛过,终成一代强者。就由我来改写这世界一切不美好的事,就由我来承受所有的一切,既然她们是为了一切的美好而战,那么我就是为了她们而战。一个被予为天才的少年 一段被命运安排的人生 一场横跨万年的阴谋本为一个纨绔子弟,却在命运的指点下踏上了修炼的道路。重振雷宗,称霸虎门,求得美人心,踏入仙门,守护世界。恶魔复苏,神国时代开启,全民观想经文以信仰之力觉醒神魂,再以神魂为基础修炼己身! 神魂种类以神话中天神为最高,以寻常事物为最低。 强者觉醒米迦勒加百列九阶天使神魂,毁天灭地。 弱者觉醒勺子剪刀低阶神魂,碌碌无为一生。 可是这世界上没有有关大夏神灵的神国,大夏文化也寻觅不得半点踪迹! 大夏土地上,在推行上帝天使、希腊诸神等神国的信仰。 《圣经》、《希腊诸神传》、《诸神黄昏书》、《梵天经》、《古兰经》等成为大夏子民景仰的至高神书。 直到龙野重生归来,带着复兴大夏神灵的坚韧决心,前世的经历告诉他,天使会背弃他的信徒,祈求不会得到救赎! 想活下去,只有靠自己!人生不止有眼前的苟且,仔细看,还有更远的...... 读者群:913285821李倾发现自己穿越到了一个被游戏化的世界。 在这个世界里,每个人都要靠自己的天赋来选择职业,提升等级。 职业和等级,决定着社会地位和薪水高低。 而李倾意外觉醒了RPG回合制天赋。 打怪流能获得经验和道具! 【你击败了装逼的同学!】 【恭喜你获得技能[大逼兜子]】 【你击败了恶心的上司!】 【恭喜你的职业晋升为[部门经理]】 【你击败了烦人的富二代!】 【恭喜你获得跑车一辆!】 李倾靠着一手大逼兜子,奖励拿到手软,巴掌扇到手酸,升级快到飞起! “平均十级的同学聚会,你让我这个60级的怎么去?” 简介无力,请看正文!李二狗出生在普通的农村乡下,父母比较喜欢自己的弟弟,对二狗不闻不问,做错点事情也是非打即骂。一般的农村孩子都是初中毕业甚至好多初中没毕业就出去打工了,二狗不想像他们一样,发奋读书争取早日离开老家和不爱自己的父母,去大城市干一番事业,此间经历了各种酸甜苦辣…………………………………受命于天,既寿永昌! 没有男人能挡住这八个字的诱惑,萧宁也不能。 作为一个不被看好的王爷,他就藩后第一个对手竟是诸葛孔明。 诸葛孔明轻摇羽扇笑道:“吾只需草船百艘,弹指间,可使贼军送来十万箭。” 萧宁冷笑一声,给他送了十万支箭,不过是火箭。 他的王妃八月身孕,上阵擂鼓,城上十四万人齐卸甲,竟无一人是男儿。 萧宁欲血杀回,看着满身是血的王妃他大笑:“好好好,真吾妻也!” 他与张居正谈国论,与岳飞马上豪歌,与奸相斗智斗勇,与普天共生一世。 他的千艘战船七下西洋,七掠西洋,带回了玉米红薯土豆等农作物。 登基之后,看着可恶的圣母,奸臣,媚外者祸害国家,萧宁回眸一笑百官惊。 他甩袖一挥:“肥料,都是肥料。”
2017年信息安全趋势 新媒体营销外包公司 网站怎么推广 怎样才能制做免费网站 网络营销十大问题总结 商丘市做网站的公司 企业营销网站建设公司哪家好 铜陵网站优化 企业营销网站建设公司哪家好 网站维护等 冤亲债主干扰有哪些症状?【www.richdady.cn】 前世今生测试在线【www.richdady.cn】 前世缘份的重逢有什么迹象?咨询【www.richdady.cn】 投资项目的前世因果【www.richdady.cn】 老公家暴的环境影响咨询【www.richdady.cn】 儿子不读书的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的具体步骤【σσЗ8З55О88О√转ihbwel 情感心理咨询在线【σσЗ8З55О88О√转ihbwel 与老公前世的识别方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣的前世因果【σσЗ8З55О88О√转ihbwel 纠纷的调解技巧咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富规划咨询【企鹅383550880】√转ihbwel 为什么过世的原因分析咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的案例分享咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的咨询技巧咨询【微:qq383550880 】√转ihbwel 学习成绩差的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的前世记忆【微:qq383550880 】√转ihbwel 构建和谐亲子关系的方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产后如何重新创业【σσЗ8З55О88О√转ihbwel 有官司的法律咨询【www.richdady.cn】√转ihbwel 什么网站流量多 网络安全的威胁 参考书 衢州做网站 重庆信息安全与管理 宁夏网站设计公司 信息安全咨询服务 国外成都网络信息安全协会 千人群营销 信息安全logo 网络营销培训课程 营销助手软件 2017年度网络营销 中国信息安全测评中心认证中心 分页网站 飞塔网络安全专家 广迅营销网 饿了么营销案例 杭州网站建设公司电话营销托管 vpn技术在网络安全中的应用 网络营销模式的特点是什么意思 网站维护费 刚建的网站百度搜不到 网络营销中文版 塞班斯法案 信息安全 厦门的网站 设计师专用的浏览器是网址什么?页面全是各种设计网站的链接 邮件营销的七个步 重庆专业网站建设 网络安全监管技术 精准网络营销 教育 商丘市做网站的公司 网络安全知识考试 电脑网络安全培训 为什么用php -s可以访问本地网站而开启apache就拒绝 无锡网站优化 企业营销网站建设公司哪家好 宁夏网站设计公司 丰台手机网站设计 外贸商城网站建设 计算机网络安全是什么 网络渗透测试-保护网络安全的技术工具和过程 pdf 刚建的网站百度搜不到 2017年信息安全趋势 建网站要学什么 建什么网站好 vpn技术在网络安全中的应用 企业网站模板下载 网站设计 广州 网站维护费 广迅营销网 服务器的网络安全 信息安全的实现目标,-1 铜陵网站优化 中国信息安全测评中心认证中心 网络新闻营销推广代理 网站建设教程 企业邮箱 常见的互联网营销活动 长沙手机网站建设 建官网个人网站 网络营销方案撰写 网络营销模式的特点是什么意思 建官网个人网站 信息安全的实现目标,-1 中国信息安全认证证书 信息安全等级保护基本要求 网站制作公司成都 天津 网站设计公司 铜川网站建设 网站中文域名续费是什么情况 网络安全审计设备报价 网站制作致谢词 宁波网站建设公司 网络安全的威胁 参考书 安徽省信息安全比赛 搜索引擎营销常用方式 信息安全咨询服务 国外成都网络信息安全协会 电脑网络安全培训 邮件营销的七个步 网站制作 杭州公司做网站百度 网站网速慢 铜川网站建设 网站维护等 深圳 网络安全 公司 学校 信息安全 常州品牌网站建设 网站维护费 全面的苏州网站建设 wap网站模板 海宁网站建设 常州品牌网站建设 网络安全方面的新技术 网络渗透测试-保护网络安全的技术工具和过程 pdf 网络安全的通知 网络营销要学什么? 网站制作 杭州公司做网站百度 制作网站报价 网络安全监管技术 企业网站模板下载 营销策划品牌事件口碑 房产类网站制作商 网络营销十大问题总结 网站鉴赏 网站示例 信息安全logo 佛山手机网站建设 无锡网站优化 中国网络安全大会2017 定制型和模板型网站 重庆专业网站建设 中国互联网络安全 学校 信息安全 微博营销的了解 杭州制作公司网站 党员信息安全 单网页网站 科技平台网站建设 杭州网站建设公司电话营销托管 饿了么营销案例 河南网络营销 网络营销十大问题总结 营销助手软件 杭州网站建设公司电话营销托管 无锡网络公司网站建设 网站配色方案 对比色 广迅营销网 无锡网络公司网站建设 重庆信息安全与管理 网络安全基线三个等级 做内贸现在一般都通过哪些网站 网站制作 杭州公司做网站百度 宁波网站建设公司 厦门的网站 信息安全等级保护备案流程 德州网站seo 山西网络安全赛 移动营销编码