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
延安网站建设公司电话防火墙在网络安全中的应用网络安全 经验杭州网站网络 科技公司贵阳专业性网站制作信息安全三级等保要求网站访问者网站解析要多久linux网络安全研究科技平台网站建设网络安全培训招生简章无数年前,三界强者们为阻止域外来敌,纷纷踏上神魔轮回路,却遭人算计,主角在最后时刻施展神魔转体大法以天地真灵之躯转世重修。回归后却发现和他一起踏上神魔轮回路的强者们的家族和宗门皆已没落,主角无奈道,罢了,曾经的辉煌本座带你们重走一遍。这一世主角不在仁慈,战天庭,踏佛国,闯九幽。既然不去守护三界,那你们就别占着这三界的气运了。VR技术快速发展,一款名叫“王庭”的虚拟世界风靡一时。在王庭的世界,你可以选择平凡的种草生活,也可以享受战斗的快感,但在那之前,你要前往十大王座的万生殿,得到他们力量的馈赠……一个在社会闯荡多年的小混混,机缘巧合之下竟然帮助警方打入犯罪团伙内部,贪生怕死的他却阴差阳错的帮助破获多起大案,与此同时,御姐警花,萝莉邻居,社会老大的妹妹也同时与其纠缠,看混世小太岁如何周旋于黑白正邪之间!这是一段爱情过往,也是成长的一段经历。从2020年10月3日认识自己最爱的人(谭瑆),在一起经历了1年的风雨后,最爱的人却选择离开了自己,离开的原因很简单,也是因为陈镡幼稚的行为而逼走了对方,但是对方却完全没有离开,也想过重新开始,但是因为陈镡的敏感多虑使对方失望再失望。分手半年后,陈镡还是走不出来,总以为谭瑆有了新对象,又来天天去打扰谭瑆,而谭瑆一而再再而三的去包容去理解,可都换来了失望,谭瑆把陈镡的所有联系方式和社交平台都拉黑了,而陈镡还是忘不了她,就利用小号去关注她,每次看到谭瑆发得文案,他都去复制下来去问百度什么意思。 比起拥有对于陈镡来说他更害怕的是失去,也因为自己的自私敏感而失去了最重要的人,最后陈镡得了抑郁,每天情绪都很低落,很想去跟朋友去分享自己的心事,可又怕别人笑话自己幼稚的行为,而一直憋在心里,在被人眼里看着是一场普通不过在普通的的失恋,而又对陈镡来说又是该怎么去理解呢?我之人生,由我做主 复仇之路不管多崎岖,一杆尖利无比的长枪,一颗勇往无前的心将会指引着我前行 意外穿越异世,别人成仙成佛,惨点的也是废物逆袭。 可是到了古二蛋这里,他却发现自己一点盼头也没有。 因为这家伙成为了一个骷髅兵!还是一个没有脑袋的下等残躯战损版骷髅兵! 生活不易,骷髅叹气,望着自己一两肉都没有的身体,古二蛋决定要逆袭给所有人看! “金手指系统!我要称王称霸!给我发威!” “收到宿主期盼,本系统已按照期盼进行修改,正式进化为骷髅领主系统,你可以通过收集资源来强化麾下士兵啦!而且是没有上限的强化呦!” “哦?这么厉害的吗!那么这种能力也能作用到我的身上对吧!” “…………” “对吧?” “…………” “对吧?!!!”天生绝品丹脉却一夜散尽,从家族明珠一朝变成弃子,成为一名小小的种药工,依旧无法置身事外。 遂跃于凡尘,种药炼神丹,炼体为炉鼎,活脱脱将自己炼成了绝世的神丹。 邪医回归,却被师父算计,做了上门女婿。 别人当上门女婿是受气,他是来当大爷的。 拳打无耻大舅哥,脚踢阴阳怪气小姨子。 恶少皆俯首,世家尽折腰,这是一代邪医纵横都市的故事。 这是一个山海缘结,仙魔逆变的故事。 被迫遗落在尘世间的孩子,带着凡俗的认知,羁绊与名字,一步步走向修道巅峰。 他要带着红尘的枷锁,肩负着众生的希望,直面诸天仙佛。 人不为己,天诛地灭。赵铭伦认为, 住对门的林洛伊是他的一生之敌; 从小到大,林洛伊没少告他的状,拆他的台,揭他的短! 直到生日这天, 赵铭伦居然获得了,能任意改变林洛伊身体的能力! 本以为这下子能彻底拿捏她, 万万没想到,林洛伊竟然……
一键建网站 建站网站 优秀个人网站模板下载 深信服信息安全审计系统,-1网络安全黑科技 pc端营销 网络安全检查办法 手机营销策划 优秀个人网站模板下载 做内贸现在一般都通过哪些网站 企业网络安全规定 克服职场升迁障碍咨询【www.richdady.cn】 意外的原因分析【www.richdady.cn】 外灵干扰的前世因果咨询【www.richdady.cn】 解梦的咨询技巧【www.richdady.cn】 亲子关系的家庭氛围如何营造?【www.richdady.cn】 与男友前世的因果关系咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的心理影响【企鹅383550880】√转ihbwel 冤亲债主对生活的影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的改命方法咨询【www.richdady.cn】√转ihbwel 事业发展瓶颈突破威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 化解外灵的专业手段威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的原因分析【微:qq383550880 】√转ihbwel 自闭症的心理调适咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富增长咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰与生活习惯的关系【www.richdady.cn】√转ihbwel 家庭关系中的矛盾解决咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的治疗方法咨询【微:qq383550880 】√转ihbwel 解梦的前世因果咨询【企鹅383550880】√转ihbwel 武汉设计网站公司 信息安全等级保护 证书 信息安全产品配置与应用 外贸型网站制作 医院信息系统的网络安全策略和管理的关系 理想的网络安全状态 福州网站建设网络公司 厦门网站制作 建外贸网站的 信息网络安全学院 微信手机网站 网络安全技术项目考试填空题含:暴力破解最基本的两种方法为 通信网络安全技术 网站解析要多久linux网络安全研究 网络安全研究所 网络安全检查办法 信息安全工程系网络营销课程培训费用 网站推广外包 电商网站构建 国家信息安全 主任,-1 个人网络信息安全 网络营销是谁提出来的 金昌网站建设 广州信息安全测试中心 不备案网站 昌平手机网站建设 和包营销活动策划书 手机营销策划 防火墙在网络安全中的应用 网站设计公司 无锡 山东网络安全大赛 贵阳专业性网站制作 网络安全事件 2017 理想的网络安全状态 伍佰亿书画网网站 网络安全企业50强2017 外贸型网站制作 网络安全测评报告 网站设计公司 无锡 网站的主题 汕头网站设计公司 医院信息系统的网络安全策略和管理的关系 遵义做网站 企业网络安全规定 深圳网络营销公司招聘 网站访问者 计算机网络信息安全技术,-1 建站网站 2017网络信息安全大会 遵义做网站 网站线框 信息安全技术 物理安全 网络安全事件 2017 厦门网站制作 网站怎么维护 信息安全专业 macbook 向域名解析正常的监测网站发起访问请求截获http状态码 建外贸网站的 网络安全 测试网站 网站中文域名续费是什么情况 网站的主题 网络营销的成本优势 呼和浩特网站建设 营销辅助类 信息安全逆向工程 啥是网络营销 朝阳商城网站建设 秦皇岛网站优化 网络营销学校哪个好 网络营销是谁提出来的 邮件营销的优 工业信息安全联盟,-1 京东 营销 案例 信息安全等级保护 挑战 信息安全产品配置与应用 自主建网站 青岛外贸网站建站公司 网络营销战略规划 汕头网站设计公司 优秀个人网站模板下载 通信网络安全技术 信息安全培训 渭南做网站 自己如何创立网站 营销公司新媒体运营 营销公司新媒体运营 工业信息安全联盟,-1 信息安全工程系网络营销课程培训费用 优秀个人网站模板下载 西安网站设计公司 企业数据信息安全 软件 网络安全测评报告 网络安全研究趋势 搜索引擎营销基本要素 网站对域名 衡水网站制作报价 中国信息安全测评中心隶属 信息安全逆向工程 网络安全代理商 青岛外贸网站建站公司 科技平台网站建设 福州网站建设网络公司 对营销的理解和认识 郑州微网站建设 信息安全技术 物理安全 有利于优化的网站模板 网站中文域名续费是什么情况 网络安全公开课2017 品牌营销推广 贵阳专业性网站制作 昌平手机网站建设 网站线框 大连网站制作 信息安全等级保护分级要求 全国网络安全等级保护测评机构推荐目录 信息网络安全学院 温州建网站 温州建网站 郑州微网站建设 教育网站设计 网站线框 网站设计图 不备案网站 网络安全技术项目考试填空题含:暴力破解最基本的两种方法为 专业培训网络营销 网站推广策略 网络交易中的信息安全 西安制作手机网站 中国石油信息安全 网站建设公司net2006 信息安全等级保护 挑战 网络安全主要涉及信息存储安全信息传输安全 网络安全实验室答案 向域名解析正常的监测网站发起访问请求截获http状态码 郑州网站建站