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
集团公司网站建设策划网络安全法制定本行业1对1营销案例建团购网站网站欣赏网站网站案例库微网页营销o2o营销-上海单仁信息移动科技有限公司企业网络安全学校网络安全法宣传短信网站关键词更新有人说神话的尽头是科学,纵观人类历史,腾云驾雾与飞机火箭,无不正是遵循这一规律! 也有流言说科学的尽头是神学,时间终会找出造物主,但却只有建国以后不许动物成精的卖萌段子! 神河文明、科技文明,当两种几乎对立的文明不期而遇之时,是两者的灾难灭亡还是两者的共赢共生?又或是争锋之下此消彼长? 末世降临,人心一步步变质! 末世之下,是破茧成蝶的新生,更是种族灭绝的毁灭!回家的路,成为了我的不归路,UFO,外星人,将我弄的半死不活,因为幸运,我逃过一劫……一个普通的大学下午,越识州一觉醒来,发现所有人全部陷入了沉睡。本以为这只是一次突发事件,却不想从此全球入梦,夜夜进入相同的梦境,夜夜在恐怖梦境中死去,无人可以逃脱。只有在梦中活下去,解开一个个恐怖梦境,才能找到背后的真相。 作品以第一人称的视角描述了一个特种兵血染的日记中记载的汗与泪、情与仇、血与火、爱与恨......种种交织、穿插、揉叠在一起,这就是“特种兵之恋”! 主人翁说:真正的男人最大的魅力在于——血性!血性——刚强正直的气质和品性。有血性的人愱恶如仇,敢说敢做,敢作敢为,不向邪恶势力低头。当别人有难时他能站出来伸出援助之手,不会只考虑自己的得失而缩手缩脚,畏首畏尾。当生命和信仰冲突时,能舍命而上。在任何强大对手的面前,就算知道不敌,也会亮剑!可以被击倒,但绝不会被征服!还有后来水谷家另一头小水牛长大放到拐弯潭水谷弟下潭洗澡差点被淹,水谷骑他家水牛下水救了水谷弟一命。这头水牛才没有被大家烤来打牙祭。这牛直到活到很久老了后归主后,他家人把这牛埋葬了。听讲还请人为这牛做了法事。 腾龙大陆。   万族林立,人以强者为尊。   而肖不易的身份却是反派,和主角王岩所对立的反派万族争霸,祸乱星海,沦落为奴的少年凭一柄神秘之剑,于微末中崛起,勇闯异界,一路逆袭,吞噬无尽种族,铸炼无上剑体,从此踏上热血争霸之路,力压万族天骄,剑斩诸天神王,横扫八方星海,乱世之中为人族斩开一片天,带领人族称尊寰宇!最终成为一代人王剑尊! “天赋逆天,机缘无数,杀不死我的,终将成为我的养料!” “吾为万古第一人王,诸天万界第一剑尊!”本来就是个作者,一扭头才发现……怎么我在小说里了?【我叫许夜,因为心脏病突发,我死了,享年十八岁。】 【我穿越了。】 【我翻开《全球通史》,却发现这世界只有一百年的历史。】 【我走到镜子前,镜子里出现了一双手,掐住了我的脖子,大概是我的帅气让他心生嫉妒?】 【我躺在床上睡觉,天花板上浮现出一张人脸,她看着我,死死地看着我,我缓缓脱下了裤子,她移开了眼睛。】 【我已经沉思了五分钟,这个世界太不正常了。】 这是一个极其危险的废土世界,到处充斥着扭曲、污染、畸变、疯狂……还有,许夜!苍生之下皆是一遍苦难,而人的心却要比妖魔还要恐怖上几分。这乱世之中所存在的一切究竟是对是错?在经历了种种磨难的他意识到,妖何尝是妖,人又何尝是人?方有心怀正道,那才是对于苍生的救赎。
产品网站建设 电器 网络营销 蓝色网站建设 蓝色网站建设 重庆网站布局信息公司 营销环境的概念 网站模板的好处 黄岛网站建设 简约大气网站设计欣赏 代做网站 脑部不清晰的环境影响咨询【www.richdady.cn】 前世老公【www.richdady.cn】 脑部不清晰咨询【www.richdady.cn】 不爱读书的心理调适咨询【www.richdady.cn】 儿子抑郁症的康复训练咨询【www.richdady.cn】 事业不顺的真实案例有哪些?【企鹅383550880】√转ihbwel 财运不佳的财富转运咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的前世因果咨询【www.richdady.cn】√转ihbwel 与男友前世的记忆解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何克服“缺心眼”的问题威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 缺心眼威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰对生活有哪些影响?【企鹅383550880】√转ihbwel 孩子压力大的案例分享【σσЗ8З55О88О√转ihbwel 3. 情感与心理咨询咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺咨询【www.richdady.cn】√转ihbwel 升迁障碍的自我提升咨询【σσЗ8З55О88О√转ihbwel 处理感情纠纷的方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世修行威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站的设计、改版、更新 企业网络安全防护问题 营销方式方法有哪些内容 婚纱手机网站 天津个人做网站 信息安全不猛 涉及国家秘密的计算机网络安全隔离设备的技术要求和测试方法 国家计算机网络与信息安全管理中心广东分中心 营销试听 外贸营销邮箱 网络安全问题的要求 企业网络安全学校 ctf网络安全比赛 网站seo 长沙市营销工作室 常州制作网站价格 国家信息安全部大数据上市公司 知名手机网站 秦皇岛网站开发公司 阿里云 网络安全 网络病毒营销案例分析 长沙市营销工作室 网络安全最基本的技术 网站建设的基本需求有哪些方面 网站建设教程浩森宇特 代运营网站 网络安全检查通报营销软件开发深圳国唯 绵阳网站 黄岛网站建设 网络安全法宣传短信 复旦信息安全怎么样 信息安全等级保护安全建设整改工作指南 ctf网络安全比赛 电器 网络营销 做网站技术 网络安全问题的要求 香港 信息安全,-1 上海网站建设 销售 天津个人做网站 开放网络安全吗 高特效网站 黄岛网站建设 网络营销必然性 定制型和模板型网站 网站建设公司价位 电子商务网站开发 零基础学网络安全 涉及国家秘密的计算机网络安全隔离设备的技术要求和测试方法 网络营销成本 北京代建网站 微网页营销o2o营销-上海单仁信息移动科技有限公司 网站使用的主色调 网站网页文案怎么写 俏江南营销 秦皇岛网站开发公司 网页创建网站 电器 网络营销 企业网络安全防护问题 网站设计 无锡 深圳网站建设迅美 许可e mail营销案例 网络营销成本 景德镇网站建设 网络营销行为有哪些特点 网站套模版 信息网络安全技术培训 信息网络安全事件 网站模板的好处 营销试听 企业网络安全学校 2012年中国互联网网络安全态势报告 信息安全管理培训 微黄式营销 下列表述属于网络营销发展所面临的问题的是.地域管辖权问题关税问题 网站制作优化济南 复旦信息安全怎么样 安康网站建设 2012年中国互联网网络安全态势报告 网络营销哪个大学好 成都市网站建设 网络营销工具的运用 网络营销必然性 网站欣赏网站 简约大气网站设计欣赏 搭建网站需要什么 网络安全周启动一 网店营销策划报告 营销工具的作用 营销运营方 东莞长安网站优化公司 如何预防网络安全威胁? 营销环境的概念 网络公司制作网站 建团购网站 微网页营销o2o营销-上海单仁信息移动科技有限公司 网络安全企业 深圳 网络营销群信息安全等级保护 测评,-1 唐山网站建设费用 专题页网站 婚纱手机网站 网络营销必然性 flash网站设计 公司做网站 网络安全 依据杭州网络安全企业 网站建设 腾 网站的设计、改版、更新 网站建设教程浩森宇特 四川建网站 营销性软文 什么是网路营销 网络安全竟赛 临沧网站建设 开放网络安全吗 信息安全服务资质 申请书信息安全未来10年,-1 企业网站制作公司 ctf网络安全比赛 蓝色网站建设 新兴网络营销形式 淮北网站建设 邮件营销外包 影楼营销手段 计算机网络信息安全证 长沙市营销工作室 景德镇网站建设 做网站技术 网站建设改版 婚纱手机网站 下列表述属于网络营销发展所面临的问题的是.地域管辖权问题关税问题 定制型和模板型网站 网络营销哪个大学好 网络公司制作网站 网络安全技术支持 国家计算机网络与信息安全管理中心广东分中心 上海网站建设 销售 网站网页文案怎么写