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
成都网络营销高手教育部信息安全研究中心国内信息安全专家营销外包服务协议信息安全相关新闻信息安全审核表西安营销型网站德国网络安全法网站怎么添加管理员重庆品牌网络营销推广末日之下,人类已灭绝大半,地面被各种充斥着用旧科学所无法解释的生物占据,人类被迫迁入地底,建起一座座的地下城。旧有科学基本报废,物理法则与科技被各类灵异和魔幻所推翻,人类进入黑铁时代,旧科学退出历史舞台,一个暗黑的异能时代到来。在幸存者中有部分人出现了某种变异,收到地面生物影响拥有了某些异能,这部分人被称作“眷顾者”,即被神明所眷顾之人。 这是人类的黑铁时代。 这是一个关于眷顾者们的故事。洪武十二年,大明初创。 蒙元余孽依旧在虎视眈眈,逐渐走出黑暗中世纪的西方也开始文艺复兴。 就在这个古老民族即将被世界抛弃的关键节点。 一个穿越的灵魂降临大明,附身到了一个十五岁的少年身上。 “有一人。 他文可订币制,育良种,办大学,开科学为天下先! 武可发明蒸汽机,造枪炮,扬帆七海,让凶残的草原蛮子为朕歌舞助兴!” “他,就是我朱元璋的孙子,朱肇辉!”“女帝求放过,我真的顶不住了啊!” 萧青城穿越玄幻世界,拜入太虚圣地。 本以为自己可以一路高歌,过五关斩六将,却没想到自己天资平平。 再快要被太虚圣地清退之前,萧青城发现自己居然可以看到别人身上的机缘线。 “我居然截胡了一个红色机缘!” “发了发了,是无上剑骨!” “无名强者的剑道真意?红色机缘?” “是我的了!” “咦?这里怎么还有一个金色机缘?” “不管了,先到先得!” 从此以后,萧青城结交各路女帝和各种天命女主,截胡打脸众多天命之子的机缘。 不知不觉间,他已踏上武道之巅,坐拥江山无数。 然而,有一天,他的秘密突然被一位女帝发现。 “萧青城,还我机缘!” “不,我没有,这是我先找到的!”一眼可解析宇宙无限,一念可唯心做到一切。修仙之极为极限锻炼肉身亦或无限压缩储存能量/仙力/灵力/神力等。修真之极为符文化多元符号,一衍生出无数,穷尽可达九宫数之极,逆推可至两仪混沌,见证多元诞生,开始与终结。科技之极为解析现有宇宙基础规则认知一切未知本质,并加以组合产生一加一大于二的效果。极巅之时甚至可以解析修仙变强的一切原理并加以利用。在这个光怪陆离的世界当中,除了人以外,还有一种生物,他们或肮脏不堪,或不可名状,他们却是人类赖以提升修为、突破境界的猎物,他们被称为——诡异。 直到一天,一个来自于山村的少年,发现了惊天大秘。一个重度抑郁症患者在40分钟内构筑出来的世界。连续几个网站都因为内容阴暗受到了制裁,希望能够在这里得到新生。《重生玻色子生命体》序列书籍:第一部 《韵之界》 第二部《元宇宙:权力之眼》。有前情提要,读者可以直接越过第一部,直接阅读。一个农村少年陈启豪,来到繁华的城市。 经历过一件事,他决心成为审判官,改变这个世界。 在哥哥陈晓晨的关系下,他上了高中。 成为了审判官,但是这个世界没有因此而改变。 他决定成为国家领导者,过程中遇上了一个女人。 他一见钟情,追求那个女人。 但是,以后的日子里他会……传说中的上苍矗立在诡异与混沌中间,那是人们渴望着极尽之巅……… 秉承上苍之意的婴儿,自出生便被封印,随后又被被囚禁数年成为笼中雀。 他一生无败,能成为他的对手都是一种无上荣耀。 只有记载,不曾显现的本源之瞳,斩天骄,镇禁忌,掠古教,夺仙子,内心空洞,行动无止境 天生绝品丹脉却一夜散尽,从家族明珠一朝变成弃子,成为一名小小的种药工,依旧无法置身事外。 遂跃于凡尘,种药炼神丹,炼体为炉鼎,活脱脱将自己炼成了绝世的神丹。
网站色彩的搭配原则有哪些 方案图网站 制作网站备案幕布 青岛手机网站制作 企业成功营销策略案例分析 网络安全 努力破除客户信息安全与管理 网络安全厂商产品对比 网络安全的语句国家网络安全园区 3合一网站 移动营销的缺点 前世缘份的前世今生咨询【www.richdady.cn】 灵魂化解的步骤咨询【www.richdady.cn】 不爱读书的案例分享【www.richdady.cn】 前世缘份的奇妙重逢【www.richdady.cn】 如何知道自己是否有前世缘份?【www.richdady.cn】 维护良好家庭关系的秘诀咨询【企鹅383550880】√转ihbwel 如何解决孩子不爱读书的问题?【企鹅383550880】√转ihbwel 前世今生的轮回转世咨询【www.richdady.cn】√转ihbwel 什么原因意外的前世案例【微:qq383550880 】√转ihbwel 婚姻生活不顺的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的心理调适咨询【微:qq383550880 】√转ihbwel 如何改善人际关系【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的咨询技巧【企鹅383550880】√转ihbwel 公司破产的咨询技巧【www.richdady.cn】√转ihbwel 家宅磁场的检测工具威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场的调整方法【www.richdady.cn】√转ihbwel 感情纠纷的情感重建咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的解决方法【企鹅383550880】√转ihbwel 人际关系不好的咨询技巧【σσЗ8З55О88О√转ihbwel 企业成功营销策略案例分析 建网站推广 树莓派 信息安全 营销小技巧 单位对网络安全等级保护工作的保障情况 第六届全国网络安全等级保护技术大会 太原制作网站的公司哪家好 关于企业网站建设的必要性 营销软件代理 南京做网站的有哪些 加多宝营销案例ppt 春秋网络安全官网 珠海网站推广 内部营销方法 公司网络安全管理办法 信息安全相关新闻 苏州装修公司网站建设 提升网络安全意识 建议 网信部门和有关部门获取的网络安全保护信息 医疗服务营销策划 wifi无线网络安全设置 加多宝营销案例ppt 2016年 网络安全规划方案 义乌做网站 通信网络安全技术 地方门户网站制作 防火墙与网络安全的关系 广州市信息网络安全协会 注册网络信息安全师 企业成功营销策略案例分析 网站色彩的搭配原则有哪些 深证市信息安全等级保护网 定制做网站 青岛手机网站制作 重庆品牌网络营销推广 郑州网站建设案例 武汉 网站建设 网站制作的趋势 西安营销型网站 邮件营销公司都有哪些 太原制作网站的公司哪家好 哪些品牌是微信营销 edm营销 服务商 义乌做网站 未公开接口 网络安全 网络安全未来技术论坛 b端c端营销 高端网站设计公司 网络安全厂商产品对比 营销小技巧 营销软件代理 制作网站备案幕布 中国信息安全问题日益突出的标志是什么 单位对网络安全等级保护工作的保障情况 提升网络安全意识 建议 信息安全服务规范武汉设计网站公司 信息安全二级认证费用,-1 第六届全国网络安全等级保护技术大会 网络营销网站规划建设 信息安全分为 企业自建网络营销平台与第三方网络营销平台的特性比较?回答 太原制作网站的公司哪家好 互联网营销模式 微店 方案图网站 企业之后网络营销对比 关于企业网站建设的必要性 3合一网站 信息安全 项目 邮件营销公司都有哪些 营销软件代理 福州网站制作公司 网络安全技术新方向 重庆专业的网站建设 南京做网站的有哪些 做好哪些网络营销能力 重庆专业的网站建设 关于企业网站建设的必要性 加多宝营销案例ppt 怎么建立个人网站 网络安全监测报告 网站制作的趋势 春秋网络安全官网 苏州装修公司网站建设 情感营销怎么聊天 网站制作软件下载 珠海网站推广 信息安全审核表 定制做网站 怎么创建网站/ 内部营销方法 网络安全未来技术论坛 企业网站建设运营 微网站搭建平台 公司网络安全管理办法 网络安全目的 自适用网站的建设 2015关于网络安全的国内新闻 信息安全相关新闻 信息安全等级保护条例 招商网站建设 网络安全技术新方向 苏州装修公司网站建设 网站怎么添加管理员 信息安全服务提供商 信息安全测评 规模 提升网络安全意识 建议 怎么建手机网站 信息安全测评 规模 网站布局 鞍山网站制作 信息安全的案件,-1 盛世国际网络营销团队 信息安全基础设施包括 张家口网站建设 医疗服务营销策划 网络安全信息网 丽江网络营销资讯 公安部信息安全 企业网站建设运营 网站的目录结构 落地页网站 自适用网站的建设 方案图网站 上海做网站 东莞外贸网站推广 乐营销网站 网络安全 强化培训 网络公司 开发网站 淘宝常见营销手段 网站推广文章 信息安全二级认证费用,-1 建视频网站 防火墙与网络安全的关系 医疗服务营销策划 通信网络安全技术