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
常用的网络安全应急响应办法包括网站都是每年续费的吗什么是病毒营销方案论坛营销的案例分析如何保证企业网络安全网络营销的危害性d:/网络信息安全研究 (1).pdf深圳营销型网站公司百度搜不到网站网络营销师在哪里考他经受了一次次灾难险情的磨砺,意外修成了一些神奇的本领,却不知由来。他如同脱胎换骨一般,斩妖除害,从一个普通人成为功高盖世的战神。穿越武侠,李纯竟成了统领江湖的天下盟盟主,顺便觉醒了“天下第一盟主”系统。 可是看着盟内一众大佬,李纯顿时傻眼了。 雄霸、帝释天、铁胆神侯、邀月、左冷禅... 全是鼎鼎大名的魔头、大反派! 你让我当他们老大? 盟内牛鬼蛇神,家里也是恐怖至极。 他爹竟是李逍遥! 杀穿全局的江玉燕竟是自己未婚妻! 打铁匠竟是不死不灭的尹仲! .... 老天爷,这个世界师没好人了是吧! 我是天的审判者,弹指间人间灰飞烟灭。我是天的审判者,这个世界由我来定义。我有及其强大的实力,有过人的气运。我的一生是孤独的,也是精彩的。我用一生来寻求变强的理由,在我付出千辛万苦的努力下,最终找到了答案,原来变强没有理由。在剑与魔法的世界里,剑士对战术士生来就很吃瘪的 “喂喂,醒醒!再不起床的都是懒狗。” “啊?这里是......?“世奕被惊醒了,脑袋磕在上铺的床板上 ”这里是王府,我们小姐昨晚把你带过来的。“ ”啊?什么东西?”他捂住自己的上额,眼角噙着泪花。 “行了,快点穿好衣服去见小姐。” ...... “好了,从今往后你就是我的近身侍卫了!”白发少女指着世奕说到。 “什么!?”还俗的高僧王元陵,在去好友葬礼的路上,遇上了一个奇怪的少年,从此,一块以关中为目标的巨大鬼局的幕布拉开了,八百里关中平原和平安宁的表象下,暗流开始涌动……重生东汉,觉醒菜鸟系统 哪知这个系统与宿主性格不合,下一秒系统直接造反,竟化身成为 最强帝王系统附身他人身上。 誓要与昭昊死磕到底。 从此,昭昊的漫漫三国路变得艰险无比。 为了找出隐藏在背后下黑手的系统,昭昊开启了他漫长的背刺生涯。 凡是有资格成为的帝王的人,都成为了他背刺的目标。 吕布:我此次前往雁门,是为杀了昭昊小儿,以报夺妻之仇。 昭昊:什么,昭昊小儿竟然如此卑鄙,兄长放心,辽与你同去,定斩下昭昊小儿人头以泄兄长心头之恨。 当晚二人把酒言欢,酒后,昭昊将匕首一把刺进吕布的心窝。 昭昊:“兄长,看来你不是系统附身之人。” 董卓祸乱朝纲。 曹操:“董贼不除,我大汉四百年基业岌岌可危,子阳,今晚你我二人就潜入相府,斩杀国贼董卓,还天下一个朗朗乾坤。” 昭昊:“就依孟德之言。” 当晚,二人潜入相府,曹操拿着七星宝刀一步步朝熟睡的董卓逼近,而他的背后,昭昊正手持匕首对准他的心窝。 明朝是一个非常神奇的朝代,神奇在皇帝千奇百怪,神奇在亡国特别突然,国内民不聊生、起义不断,边境后金崛起,不断袭扰,朝中党争不断,将门独大。思宗看似勤俭为民,实则多疑擅杀忠臣,自破长城。悲惨的世界有一群执着的人我无意间穿越到了一个平行世界,这里爆发了魔王病毒,城市沦陷,我要和少数幸存者们一起想办法活下去,他们都是机缘巧合之下注射了国家发放的生化疫苗并出现了抗体活下来的人类。 可身处末世,面对外界的变异者,大家要如何活下去呢? 我的到来让幸存者原本规律的生活出现了变数,变异者开始进化,幸存者也觉醒了异能,一场为了活下去的斗争持续进行着。随着时间的推移,幸存者们竟然发现了这场病毒灾难并不是偶然,到底是谁在背后操控着? 当变数发生的时候,一切超出常理范围的事件都变得理所当然。 变异者和人类幸存者谁才是地球最终的主宰者呢?校园里的生活永远都是无忧无虑那么美好的生活,在学校里你的一举一动都影响着以后的生活,学习好的自然能上个好大学,上个 好单位,能挣很多钱,学习不好的,可能都毕不了业,匆匆忙忙步入社会,糊里糊涂过完自己的一生。 但是在校园里的爱情和友谊却是永远的,没有复杂的社会关系,彼此最纯真的年纪,认识一帮纯真的兄弟,这是永远无法换取的财富。李十一把玩着手中的骰子,戏谑的问尸王:敢不敢与我堵上一把? 这一次我赌上人类的未来! 丧尸横行,人心难测,秩序崩塌,强者为王。 把一切命运交给骰子
电子科大信息安全学院 网络信息安全加秘 网络营销课程实践报告 网络安全部队 腾风网络安全团队 营销的基本流程 网站须知 网络营销基础第三版 关于网络营销的调查 焦作网站建设 亲子关系的心理建设咨询【www.richdady.cn】 外灵的预防措施咨询【www.richdady.cn】 家庭关系的自我提升【www.richdady.cn】 前世老婆的前世故事咨询【www.richdady.cn】 前世缘份的缘分再续咨询【www.richdady.cn】 前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感和解方法有哪些?咨询【企鹅383550880】√转ihbwel 外灵干扰的解决方法【www.richdady.cn】√转ihbwel 事业不顺的职场心态咨询【σσЗ8З55О88О√转ihbwel 家庭关系中的矛盾如何解决?【微:qq383550880 】√转ihbwel 亲子关系的改运方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度仪式如何进行?【www.richdady.cn】√转ihbwel 婴灵的感应现象咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 失业的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回有哪些科学依据?【www.richdady.cn】√转ihbwel 心慌胸闷头晕的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰的环境影响咨询【www.richdady.cn】√转ihbwel 意外的前世影响咨询【www.richdady.cn】√转ihbwel 与男友前世的因果关系咨询【www.richdady.cn】√转ihbwel 教育网站建设 外贸网站建设公司流程 对网络营销的感悟 海淀手机网站设计公司 电子科大信息安全学院 网络安全原因分析恶意刷网站 2014年省级基础电信企业网络与信息安全工作考核要点与评分标准 网站都是每年续费的吗 网络营销课程视频下载 深圳网站建设流程 网络内容营销的含义 口碑营销和网络营销 网络安全产品解决方案 衡水做网站推广的公司 新闻源营销 哈尔滨网站建设市场 信息安全服务资质一级 京东网络营销特点 信息安全领导小组 网络营销基础第三版 衡水建网站 发改委信息安全专项 汕头网站推广 行业app营销 信息安全在重庆怎么样 网站须知 长沙市网站制作公司 南京餐饮网络营销公司排名 深圳网站建设流程 网络安全人才培养 营销的基本流程 网络营销的危害性 公关营销 网上信息安全 网络广告整合营销 网站须知 南京餐饮网络营销公司排名 英多微营销 怎么样 上海网站设计公司 营销策划和销售的区别 关于开展信息安全等级保护 安全建设整改工作的指导意见 网络安全数据可视化 发改委信息安全专项 网络与信息安全防护 外贸网站建设公司流程 微博营销是 商城网站建设 电子科大信息安全学院 对网络营销的感悟 网站信息安全员,-1 网络安全平台登录 鸟哥的linux私房菜 认识网络安全 海淀手机网站设计公司 海淀手机网站设计公司 营销的基本流程 网站模板库 电子科大信息安全学院 网络安全 金融 蘑菇街微博营销 网站主色调 网络安全原因分析恶意刷网站 网站都需要续费 信息安全领导小组 浙江网络营销公司排名 如何修改网站关键词 智能qq邮件营销系统 复旦+信息安全 网络安全平台登录 windows7网络安全 会员营销的方法 网站快速收录 东莞 外贸网站 建站 网络营销课程视频下载 美国网络安全信息共享法案 网络安全平台网 梅州营销策划 优帮云 江门网站制作 网站宽屏 内容营销的原则 微信品牌营销公司 网络信息安全技术下载 网络营销的职责 国家网络安全宣传周 计算机网络安全包括 口碑营销和网络营销 口碑营销和网络营销 网站都需要续费 经典网站设计作品 网络安全产品解决方案 d:/网络信息安全研究 (1).pdf 网络与信息安全管理组织机构设置 airbnb市场营销 衡水做网站推广的公司 焦作网站建设 上海全网营销 2016国家信息安全政策 新闻源营销 工业控制系统信息安全联盟 网络安全数据可视化 如何确保网络安全 哈尔滨网站建设市场 网站建设策划书ol信息安全等级保护三级 百度搜不到网站 微信营销处于什么阶段 信息安全服务资质一级 信息安全在重庆怎么样 研发信息安全管理,-1 网站办公室北京信息安全中心地址 网络安全2017的大事件 防网络安全 手机故事式营销软文 信息安全领导小组 郑州营销网站托管公司 研发信息安全管理,-1 常用的网络安全应急响应办法包括 网站交互性 营销的基本流程 网络营销基础第三版 网络安全新闻’ 通信网络安全防护和维修的特点 在线营销 营销案办理 京东网络营销特点 教育网站建设 网络安全高级软件编... 企业网站制作 徐州 公关营销 网络广告整合营销 网站模板库 网站交互性 信息安全部全称 全国大学生信息安全竞赛成都 营销助手官网 网络营销是属于那一类 网络安全身份验证的方法