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
营销型网站平台网络安全攻击例子北京wap网站开发网络推广天培营销永久免费建站网站网站信息安全管理我国信息安全等级划分长沙营销型网站建设如何给网站添加音乐ibm 高级信息安全顾问虚拟现实游戏《冷兵器时代》发售,它硬核的游戏设计和相当于现实中地球3倍体积的世界,让它在发售之前就受到了全民的追捧。 当然,地球共和国亚洲区公民朱天云作为一名历史扮演爱好者和历史爱好者,也是毫不犹豫的预定了一台机器,成为了这个世界中的穆拉多伯爵。然而,一个可怕的阴谋,就十分不起眼的隐藏着在这个制作精良的游戏中。 号角震天,群鸦蔽日,军旗招展,长矛林立。 漫天黄沙之中的古拉姆奴隶战士、武艺高强的军事修会骑士、东方草原上弯弓射雕的勇士、寒冷的北国土地上踏着整齐的步伐,昂首挺胸向着前方缓缓推进的重装步兵……战乱不断,血洒战场! 贵族们的尔虞我诈,针锋相对;百姓们的生活不易,民不聊生;士兵们对受封田产、带着累累的战功和数目令人眼红的战利品解甲归田、儿孙满堂、不愁吃喝的美好盼望……一个有血有肉的世界,等待您的探索! 慢热,永不收费,主角会以一个普通人的方式进入游戏,没有不同于他人的方面(包括系统,运气等)捣蛋捣蛋,鸡蛋不烂,不算好汉。 捣蛋带着满怀的激情,闯荡在这繁花的社会中生死富贵,出入平安。我是一门特殊刺绣的传人,俗称“纹身”,特殊纹身在皮肤上,可以辟邪、扭转晦气、增加财运,保平安等等效果。照理说,在现代都市里,这门手艺,应该挺赚钱的,可我师父去世前,禁止我利用这门手艺赚钱,不然我就会沾惹上冥冥中一些不能招惹的东西的。我一直都听师父的话,但最近,我遇上了变故,继续用钱,附近大保健店里的小姐咪咪又上门找我做特殊刺绣...色相和金钱的诱惑,我违背了师父的遗言。从此,我的身边出现了诸多诡异、阴森的事情。神裔族被灭,他带着族人的秘密从此隐姓埋名。他逆天改命,从一个小乞丐一路修炼到仙帝,拯救了苍生。他被世人尊为“轮回大帝”!他对秦澜一片痴情,但正邪有别,他只能将这份爱深深地埋在心里。 她说“你要是爱我,就带我回有情谷去。你要是恨我,现在就一剑杀了我!” 他望着她的双眼,一句话也说不出来! 她的眼泪扑簌簌的流了下来:“你爱又不敢爱,恨又不敢恨,算什么男人!”一个被遗弃少年的奇幻冒险一个人如果能够回到过去,他的人生是否会发生变化,答案或许是肯定的!那么他是否也能够改变他人的命运呢,如果也是,那么又能改变多少呢?叶荇的这个故事就从回到过去开始...... 钟离墨原本是一个省队的主力队员,有望进入NBA的男人。 可是却因为一个拉杆,穿越到了另一个平行世界的自己身上。 哪知刚穿越一会儿,就遇到了一个小鲜肉男团!“对不起,我已无法再相信任何人了,所以请不要接近我。” 在目睹了最爱的青梅竹马接受别人的告白后,万念俱灰的诺尔斯选择默默离开了队伍。在遥远的地方想要重新开始却又遭到了新队友的背叛。心灵遭受重创的诺尔斯无法再相信他人,不断拒绝着周围的好意。 决心独自一人继续走上冒险者之路,就算只是一个普通的剑士,没有能力,不被期盼,只因这是和在心中死去的那个最爱的她所共同许下的愿望。 独狼男主的冒险之路是否会发生变化,平凡剑士是否能完成超越,请收看这本关于后悔与救赎交织的平凡剑士物语。 修仙世界,林羽梦中竟然连通未来!? 从此之后,别人练功我睡觉;别人寻宝我睡觉;别人宗门打比我还是睡觉…… 为什么一直睡觉还那么强? 林羽:呵呵,吾好梦中修行! 截胡未来女帝自创功法,再传授给尚未成长为女帝的苏可儿。 林羽:此功法很适合你,一定要勤加练习。 苏可儿:竟然如此精妙!可……还有下卷? 林羽:咳咳,这个日后再说。 苏可儿:日后? 不知想到了什么,苏可儿面色变得发烫,羞红了脸,低声道,”那……就跟我进屋吧……“ 林羽:??? 为了救人,穿越古代的赵亨义娶了个克夫的丧门星,一同带回家的,还有丧门星那六个拖油瓶妹妹。 什么?一个媳妇六个小姨子养不活?不存在的! 看我带着乡亲们种田打猎搞副业,偷偷发展高科技,昂首阔步新天地! 朝廷腐朽,皇帝昏庸,不给百姓留活路? 那就掀翻这鸟朝廷,杀了那狗皇帝! 草原蛮族年年寇边,岛国强盗肆虐海疆,西方贼人觊觎中原? 来,豺狼虎豹往这看,看看你亨义爷爷手里这杆二十连响的火铳它帅不帅!
网络安全威胁的分析 武汉 网站 企业网络与信息安全 网络安全 黑客 免费申请个人网站 网站制作流程 昆明网站建设排名 网络安全培训 注册信息安全员 考试 网店营销策划报告 婚姻生活不顺的心理调适咨询【www.richdady.cn】 内心恐惧胆怯的解决方法咨询【www.richdady.cn】 官司的案例分享【www.richdady.cn】 如何维护良好的家庭关系?咨询【www.richdady.cn】 孩子不爱读书的阅读计划如何制定?咨询【www.richdady.cn】 儿子抑郁症的自我提升咨询【σσЗ8З55О88О√转ihbwel 为什么过世的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的前世记忆咨询【企鹅383550880】√转ihbwel 发育倒退的自我提升【σσЗ8З55О88О√转ihbwel 灵性成长工作坊咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的案例分享咨询【微:qq383550880 】√转ihbwel 去世的母亲的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵的驱除方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 构建和谐亲子关系的方法咨询【www.richdady.cn】√转ihbwel 外灵干扰的前世记忆咨询【企鹅383550880】√转ihbwel 冤亲债主【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵性成长工作坊【σσЗ8З55О88О√转ihbwel 缺心眼的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的财富转运方法有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 数据信息安全 搜索引擎微信与口碑营销 第四届网络安全大会 网络营销推广公司 网络安全产品配置与管理 常州做网站公司 许可e mail营销案例 移动营销的形式包括 内蒙古网站建设 顺义广州网站建设 1对1营销案例 分析我国网络营销现状 武汉 网站 长沙营销型网站建设 中山网站建设文化策划书 优秀网站案列 网站子域名 广州网络微信营销公司有哪些 2016网络安全峰会 信息安全等于网络安全,-1 一般公司为网络安全设置怎样的防火墙设计方案 大良网站建设价格 qq推广营销方案 网络安全新闻’ 如何给网站添加音乐 信息安全新法规 广州网络微信营销公司有哪些 网络安全专业 网站网页设计公司 网络营销渠道的特点是 网站子域名 信息安全峰会成功举办,-1 网站建设和平面设计网络与信息安全协会 一般公司为网络安全设置怎样的防火墙设计方案 安徽省信息安全测评中心招聘 传统营销和内容营销 天门网站建设 深圳整合营销培训 网络安全 黑客 信息安全 管理需求 技术需求 如何自己建网站 信息通讯网络与信息安全 一般公司为网络安全设置怎样的防火墙设计方案 顺义广州网站建设 软件网络信息安全与等级测评 永久免费建站网站 商贸网站建设 科技部 网络安全 广州网络微信营销公司有哪些 企业网络与信息安全 营销运营方 软件网络信息安全与等级测评 网络安全管理办公室 搜索引擎微信与口碑营销 信息安全专业读博士 深圳 信息安全培训课程 网络安全培训 仙桃网站建设 网站建设平台招商 信息安全 管理需求 技术需求 计算机信息安全技术应用 信息安全课程设计报告,-1 信息安全综合设计与实践,-1 昆明网站建设排名 淘宝自营销 属于网络安全服务器 广州广告网络营销公司排名 信息安全等于网络安全,-1 北京做网站公司 网站流量超 网络推广天培营销 公用网络安全审计 企业网站制作公司 营销型网站平台 网络安全圈2017 至设计网站 企业网络营销总裁培训班 互联网营销和策划方案厦门手机网站建设公司 网站免费建站系统 网站更换 美团网营销内容 信息安全文章 网站信息安全管理 移动营销的形式包括 营销案例专家合天网络安全实验室 唐山网站建设哪家优惠 信息安全 西安 信息安全 西安 中山网站建设文化策划书 常州做网站公司 信息安全文章 南阳营销策划 优帮云 信客宝营销软件怎么样 网站制作流程 一般公司为网络安全设置怎样的防火墙设计方案 上市设计公司网站 南昌网站优化 信息安全专业读博士 商贸网站建设 广州广告网络营销公司排名 张长河 网络安全 《网络安全法》的征文 营销运营方 网络营销做什么 长沙营销型网站建设 网络安全专业 深圳 信息安全培训课程 网络营销推广渠道包括哪些方面 信息安全集成资质证书 网站配色表 如何给网站添加音乐 网络推广天培营销 网上信息安全 昆明网站建设排名 互联网营销 国内 国外 信息安全新法规 永久免费建站网站 免费营销软件下载 2016年网络安全年会 温州网站制作 传统营销和内容营销 公用网络安全审计 营销型网站平台 佛山网络营销 优帮云 罗湖高端网站设计 北京做网站公司 武昌手机网站 安徽省信息安全测评中心招聘 信息安全综合设计与实践,-1 网络安全法举报网站 网络安全 端口 网络营销入门 武汉网站设计 永久免费建站网站 普通网站要什么费用