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
公司网站重新建站通知中山企业手机网站建设网络安全进企业如何创办网站日本网络安全法律法规微博粉丝通营销网上信息安全三金网手机网站好网站范例湖南网站设计企业我们就是一群游戏玩家。操纵一个角色在生活里打打杀杀。谁说那只是游戏呢?每一个角色后面,都有一个认真的灵魂。喜怒哀乐尝遍,却不改初衷。人类的末世降临,于乱世之中形成三雄割据!丧尸帝国,兽人部落,人类文明,摇摇欲坠的是星辰还是明灭飘忽的未来……从石朝太祖开国以后,历经百年,大陆风云变幻,北方的狼已露出了他的爪牙。年少的英雄们又将如何搅动风云,各种谋算藏于心中,天下终将落入谁人手?我叫沐清河,我是学生 十八岁之前,我忙着上课,忙着暗恋,忙着高考,忙着做梦 十八岁以后,我忙着逃命,忙着开枪,忙着杀人放火,忙着尔虞我诈 我的老眼昏花的上帝啊,我的人生剧本是不是被你拿错了! …… 我叫雄奇,我是校长 沐清河,你这个怂货,不要再抱怨了,赶紧拿起武器,战斗吧! …… 我叫沐夕阳,我是沐清河他爹 哦,我没什么要说的,我只是强调一下,我是沐清河他爹。 …… 我叫上帝,我是好人 勇敢的少年啊,你的人生剧本没人能够修改,这都是宿命啊。对了少年,腹诽上帝,你的人生会变得不幸 这是一个普普通通的穿越故事,然而穿越了也不一定是主角,就比如夏子羽同学。“小姐姐,有事说话,别动手。”“小姐姐,先把剑放下。”“小姐姐,你又捡到宝物了吗?”……夏子羽陷入了沉思,“所以,谁才是主角?”滚滚5000年长河中,有多少的意难平啊?而如今,一个人来到了三国时期,它拥有着改变这一切的机会,他又会做如何选择?或者他有什么选择的办法?这一切的一切到底该如何是好?当霍去病与王昭君产生羁绊,当项羽再次遇到虞姬,当曹操一转身,发现自己的五子良将变成吕布的八健将,这一切的一切又该如何探索?这终究将成为一场世界性的决战,这是最精彩的时代,这是最混乱的时代无声的微光,我在另一个世界里点亮,可未来的你是不是忘记了时空的伏笔,奇点重现,生命悄然降临。一名超级保安,帅气超群,学历一本,家境一般,但是本领超群,婉拒两位超级富女的追求,在暗物质世界,探索,获得异样的安全。根据最新研究,宇宙中有很多暗物质和暗能量,构成暗世界,它们就在我们周围,如果能进入暗世界,则会获得宇宙的更多秘密,包括地球的秘密。 据说地球已有过4次史前文明,发达程度都比目前人类高得多。 如果能进入暗世界,得知它所记录的史前文明,用于今天某国的发展,则该国必将成为巨超一流强国。 其实,有许多人非要幻想星际旅行,寻找所谓外星人,其实外星人可能就在我们附近的暗世界里,只不过从暗世界越穿到明世界,很难很难,但是比星际旅行,寻找外星人要容易得多。 宇宙间最快的速度为光速,且光速不变。有静止质量的物体达到光速,则质量为无穷大。而且根据现有天文观测,离太阳系最近的恒星比邻星距离为4.22光年,它的一颗行星可能拥有生命,适合人居住。但是人类想要到达那里,根本不可能。 地球人杨开在母星沦陷的前一刻,乘坐“救赎号”传送到了宇宙星海极端的另一颗星球——蓝星,寻找名为HV-22病毒原体,希望以此救赎被感染的同胞! 然而在一步步寻找的过程中,意外接触到宇宙大洗牌的秘密...未来世界元宇宙大获成功,无数人涌入其中,有人攫取利益,有人躺平内卷。所有人都沉迷其中,无法自拔。但繁华的背后,却是文明倒退、社会秩序崩盘的恐怖危局。 一次意外,保安队长李朝阳救下了一位受伤的少女,却也因此被推到了元宇宙幕后争斗的风口浪尖,自此,开启了在现实和元宇宙中波澜壮阔的冒险之旅…… 保安队长李朝阳开启元宇宙冒险之旅
西安网站挂标专业的网络营销培训 如何建立网站 网络安全平台登录 成都 网站建设 网络安全管理系统品牌 信息安全审计内容,-1 网站设计 深圳 设计网站多少钱 网络营销效果报告 东台网站制作 财运不佳的原因有哪些?咨询【www.richdady.cn】 无形干扰的前世故事【www.richdady.cn】 冤亲债主干扰咨询【www.richdady.cn】 自闭症的心理调适【www.richdady.cn】 孩子不爱读书的家长引导【www.richdady.cn】 纠纷的解决方法【企鹅383550880】√转ihbwel 祖灵咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的前世记忆咨询【www.richdady.cn】√转ihbwel 如何解决感情纠纷?【www.richdady.cn】√转ihbwel 冤亲债主干扰【σσЗ8З55О88О√转ihbwel 发育倒退的医学检查咨询【www.richdady.cn】√转ihbwel 如何了解自己的前世今生【σσЗ8З55О88О√转ihbwel 精神不振的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的改运方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵的超度仪式咨询【企鹅383550880】√转ihbwel 前世今生的轮回解析【微:qq383550880 】√转ihbwel 婴灵的安抚有哪些技巧?【σσЗ8З55О88О√转ihbwel 财运不佳的财富管理【www.richdady.cn】√转ihbwel 设计网站多少钱 2015信息安全会议 好网站范例 如何建立企业网站 微信营销企业案例分析 第四届网络安全大会 深圳网站制作公司 深圳网站制作公司 注册信息安全员证书 网络安全应急处理流程图 b2b外贸网站 瓦房店网站建设 360网络安全电影院 日用品企业网站建设 网络信息安全经信委公安,-1 三金网手机网站 搜索引擎营销如何使用 权威的网站建设 网络安全综合实验 信息安全保护等级三级 低层次营销 网络信息安全事件分级 如何建立信息安全标准 营销型网站建设公司 网络营销应用生活案例 网络营销考研考什么 互联网营销软件有哪些内容 深圳网站建设电话 网络安全测评教程 免费网站设计 权威的网站建设 哈尔滨网站制作 网络安全测评教程 关于开展信息安全等级保护 安全建设整改工作的指导意见 科技部 网络安全 我国信息安全等级划分 营销优势有哪些方面 科技部 网络安全 设计网站多少钱 网络安全进企业 品牌网络营销 优帮云 信息安全事业单位 2015信息安全会议 营销的定位 营销型网站建设公司 信息安全(网络犯罪侦查 好网站范例 营销和行销 西安网站挂标专业的网络营销培训 信息安全综合设计与实践,-1 如何建立企业网站 注册信息安全员证书 日本网络安全法律法规 网络安全技术支持 网上信息安全 如何建立网站 灰色的网站嘉兴的网站设计公司有哪些 财政部网络安全 公司网站重新建站通知 中山企业手机网站建设 财政部网络安全 如何建立企业网站 信息安全企业数量 深圳网站制作公司 如何设计网站域名 信息安全审计内容,-1 b2b外贸网站 深圳网站托管 网络营销效果报告 宜昌网站制作 信息安全安全前沿技术有哪些 礼品网站建设 重庆做网站团队 网络营销十大问题及对策 我需要网站 网络安全情报 医院营销推广活动计划 国内外的网络营销理论 第三方平台的营销方式 b2b外贸网站 湖南网站设计企业 外贸公司的网站建设模板 网络安全事件报道哦啊 中国风配色网站 东台网站制作 三金网手机网站 呼和浩特网站制作 2014 国家信息安全 易建筑友科技有限公司网站 国内外的网络营销理论 信息安全一级资质信息安全工程师cisp认证 网络安全使用规范 网络推广营销系统 深圳网站seo公司 番禺网站推广公司 网络安全事件报道哦啊 信息安全资质咨询 网络安全技术的新认识 中国国家信息安全杂志 张健 中国信息安全认证中心 黄骅做网站|黄骅网站|黄骅百度优化|黄骅百度推广|黄骅微信|黄骅 网络安全与管理ppt 赣州网站制作 跨境网络营销 张健 中国信息安全认证中心 网络安全知名企业 深圳网站制作公司 营销案例专家 网络安全知名企业 复旦+信息安全 ibm 高级信息安全顾问 主机信息安全审计系统专业的网络营销公司排名 信息安全专家证书 达内培训 营销机构 提供佛山顺德网站设计 网络营销是电子商务的一种产物对吗 网络安全工作人员培训 中美 网络信息安全 网络信息安全经信委公安,-1 营销优势有哪些方面 中山电商全网营销 微信营销企业案例分析 网站的网页 营销北京 脑白金广告的营销理念 信息安全等级测评报告案例 网络安全管理系统品牌 提供佛山顺德网站设计 杭州网站制作 信息安全保护等级三级 网站的种类 如何创办网站 网络营销十大问题及对策 淄博网站优化 2016年网络安全大事记