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
信息安全包括哪些安全网络安全应急处置流程图网站建设图网络安全等级划分iso27001 信息安全目的名词解释网络营销含义购物网站设计手机网站设计咨询全网网站建设优化国内网站主机【模拟人生+三国故事+兄弟情义+人情世故+地盘争霸+轻松爽文,你想看的我这儿都有!】 重生三国成为刘封,获得模拟系统,内有义父刘备处心积虑要找借口弄死他给亲儿子刘禅腾地方,外有曹魏东吴等敌对势力虎视眈眈,且看刘封如何通过一次次模拟失败人生吸取经验,然后在现实中逆风翻盘,成为再兴大汉的英武帝王……虚拟现实游戏《冷兵器时代》发售,它硬核的游戏设计和相当于现实中地球3倍体积的世界,让它在发售之前就受到了全民的追捧。 当然,地球共和国亚洲区公民朱天云作为一名历史扮演爱好者和历史爱好者,也是毫不犹豫的预定了一台机器,成为了这个世界中的穆拉多伯爵。然而,一个可怕的阴谋,就十分不起眼的隐藏着在这个制作精良的游戏中。 号角震天,群鸦蔽日,军旗招展,长矛林立。 漫天黄沙之中的古拉姆奴隶战士、武艺高强的军事修会骑士、东方草原上弯弓射雕的勇士、寒冷的北国土地上踏着整齐的步伐,昂首挺胸向着前方缓缓推进的重装步兵……战乱不断,血洒战场! 贵族们的尔虞我诈,针锋相对;百姓们的生活不易,民不聊生;士兵们对受封田产、带着累累的战功和数目令人眼红的战利品解甲归田、儿孙满堂、不愁吃喝的美好盼望……一个有血有肉的世界,等待您的探索! 慢热,永不收费,主角会以一个普通人的方式进入游戏,没有不同于他人的方面(包括系统,运气等)秦煜魂穿大唐,激活了个说书系统,却没想到开局任务就说【长生诀】。 秦煜:在大唐说长生诀?系统你怕不是嫌我死的太慢!你咋不叫我去讲玄武门之变? 系统:那就讲玄武门之变,要么现在死! 秦煜:我也不是怕死,就是爱讲玄武门之变! 李二:听个书,结果听到揭秘玄武门之变!这厮当真是不怕死呀 一代仙尊陈子时重生到二十二岁。 上一世,陈子时站在宇宙之巅,却无人相伴。 这一世,重新来过,好好体会这凡尘烟火。 手持一把杀猪刀,斩尽天下不平之事。“林诺,我不会放过你的。” “珍惜你的所拥有的时间吧,毕竟你拥有的时间可是不多了哦。” “不要走。” “你好,我叫星辰,星辰大海的星辰。”(一笑) “她是谁?我。。不记得了。” “这个世界,,不存在?” “我叫林诺,是一名高中生。。。” “前辈,让我们一起来玩游戏吧,哎嘿嘿……”  练气大陆,是一个强者的世界,没有什么公平可言,只有弱肉强食,不会有人因为你的弱小而同情你。   在遥远的海外,有一座满是仙气缭绕的岛屿,而上面住着一个人,他叫秦凡,他本是一个从地球穿越到练气大陆的普通人,机缘巧合下得到一篇名为太上锁魂的修炼心法,从此不在喂惧任何人。一个出身贫寒的人 ,进入警局有多大的用处 研发五年的虚拟现实(VR)游戏《天下》终于上线,作为网瘾少年的林狼等人自然是无法抵挡诱惑,进入了游戏。作为首席开发设计师梦如与张楠却也成功进入了游戏,却怎么也没有想到,《天下》在朝着她们意料之外的方面发展……前世,努力,学习,只是为能在娱乐圈里有一席之地,被爱情抛弃,一场大醉之后穿越重生,没有高不可攀的背景,只有小人在都市里关于爱情和事业的奋斗励志。于是,用歌抒写人生,用歌表达爱情,关于亲情友情还有爱情的爱恨交加。娱乐公司不公平的签约?不好意思,不感兴趣?想我封杀?那是不存在的,我又不是歌手?没人找我写歌?没关系,我写小说总可以吧!爱情,不好意思,我不在乎你的过往,只在乎你的未来你有没有我?看男主如何在都市里演绎小人物的生存励志故事。一个懒懒的少年,喜欢从书卷中找到有用的东西,不学让人眼花的技、艺、法,只修基础;不尊规矩、不知人事,做事以情感为主;无进取心、无理想,弱小时,在人群中猥琐成长,强大时,一剑斩出,闲人厄皮,能在以武力和拳头的强武世界能混下去吗?
衡水网站建设供应商 信息安全等级保护制度的基本内容 网站设计机构 自己制作网站 京东网络营销计划 东莞长安网络营销招聘 信息安全包括哪些安全 2014(第七届)全国网络与信息安全学术会议,-1 营销策略理论的发展 信息安全培训报告 大龄剩女的婚恋现状如何改变?【www.richdady.cn】 感情纠纷的咨询技巧【www.richdady.cn】 官司的预防措施咨询【www.richdady.cn】 化解婴灵的最佳时间【www.richdady.cn】 与女友前世的前世修行咨询【www.richdady.cn】 心理咨询与灵性指导咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的原因有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世案例【www.richdady.cn】√转ihbwel 大龄剩女的婚恋经验咨询【企鹅383550880】√转ihbwel 婴灵的超度与家庭和谐咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的风水调整方法有哪些?【σσЗ8З55О88О√转ihbwel 孩子不爱读书的阅读习惯如何培养?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的记忆解析咨询【σσЗ8З55О88О√转ihbwel 忧郁症【www.richdady.cn】√转ihbwel 与公婆前世的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场规划【微:qq383550880 】√转ihbwel 与老公前世的因果关系威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的沟通技巧咨询【微:qq383550880 】√转ihbwel 迟缓儿的自我提升咨询【企鹅383550880】√转ihbwel 计算机网络信息安全 网络安全应急处置流程图 昆明网站营销 南京seo营销 网络营销方案主要内容 西安网站空间 全网网站建设优化 网络安全等级划分 衡水专业网站设计 营销的意义 信息安全违规 招信息安全专业的公司 浙江省网络安全评测中心 西安网站制作工作室 重庆大足网站制作公司哪家专业 衡水网站建设供应商 伊朗 网络安全 学建网站 营销型网站方案 网站后台 网络安全检测方法 东莞长安网络营销招聘 购物网站设计 系统安全和信息安全 服务器信息安全网络信息安全审计与监控教育部工程技术研究中心 学术委员会 信息安全工具书比较 手机网站设计咨询 信息安全工具书比较 项目营销策略模式 微博 事件营销方案 病毒营销 案例 2016 在线营销工具包 网络营销产品特点 网络营销产品特点 西安市做网站 微博口碑营销案例 网络安全表格加密实验 南京网站建设公司 专业的常州做网站 成都网络安全现状 大莲网站建设公司 成都网站设计公司哪家好 全网营销的优势 学建网站 网站设计设 网络安全堪忧 国家网络安全国家安全 信息安全反馈热线 网络安全与防火墙 常州网站推广 中文域名怎样绑定网站网络安全播报 唐山网站建设报价 国内信息安全公司排名,-1 国家信息安全服务资质 惠普 手机网站设计咨询 网络营销培训公司 计算机网络信息安全 全网网站建设优化 网络安全管理的功能 教育行业网络安全现状 信息安全 检测机构,-1 信息安全工具书比较 信息安全等级保护制度的基本内容 微信seo全网营销 2014(第七届)全国网络与信息安全学术会议,-1 通信网络安全专业委员会 国际信息安全资讯 网络安全与防火墙 怎样健网站 信息安全等级最高级别 公司在保护公司信息安全 余弦 网络安全技能表 佛山网站推广 购物网站设计 成都网站设计公司哪家好 国内信息安全公司排名,-1 网站实例 网络安全表格加密实验 微信seo全网营销 上海手机网站建设电话 陕西网络安全监察大队 跨境网络营销的发展观念 网站首页面设计 网络营销的优势在于 重庆大足网站制作公司哪家专业 网络安全最新技术 长春建设平台网站的公司 亚太网络安全协会 成都网络安全现状 网站欣赏】 权威的手机网站建设 怎样健网站 iso27001 信息安全目的 山东省信息安全竞赛 网站 制作公司 工控系统信息安全特点 信息安全 pdca 网站设计尺寸 信息安全包括哪些安全 常州网站推广 权威的手机网站建设 杭州市网络安全平台 网站建设初期 网络安全表格加密实验 网络安全迫与破 360搜索网络营销 网站图片尺寸 事件方面的营销举例 信息安全包括哪些安全 国家信息安全部部长 手机网站方案 网络安全最新技术 删除网络安全密钥 如何建网站外贸网站设计制作 佛山网站推广 公司网站设计案例 工控系统信息安全特点 数字营销概念 网络安全大会 信息安全技术信息系统安全等级 信息安全 监控,-1 信息安全 风险 合规 西安网站空间 信息安全 cissp 教育行业网络安全现状 删除网络安全密钥 专业的常州做网站 手机网站设计咨询 烟台网站设计公司推荐 网络品牌整合营销策划 全网营销的优势 一键建网站 网络安全对抗和研究 网络信息安全 网络间谍 名词解释网络营销含义