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 in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

<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

p>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="span6">
        Level 1 column
        <div class="row">
            <div class="span3">Level 2</div>
            <div class="span3">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>

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>

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: 767px) { ... }
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) { ... }
  /* 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 hiding 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
网络安全年度报告上海市网络与信息安全协调小组网络安全是什么战略网络安全 高端培训信息安全 部门,-1第二届 360 杯全国大学生信息安全技术大赛哪个国家学营销重庆做网站团队深圳网站建设电话贺州网站建设 滚滚六道两茫茫 不知何处是家乡 身分血尽魂未灭 魔神归来无良绝 天地未分之初称为鸿蒙虚无(或混沌),鸿蒙之气便是唯一。不知多久孕育三灵,其一为女娲、其一为鸿钧、其一为问生。再不知多久孕育出一山名曰不周,又不知多久鸿蒙之中天地初成、上圆下方、飘忽不定。三灵以不周为基托天地于其上,以四维之力蕴养不周。此后三灵便居于初成天地之中。 许久以后天地之中孕育一灵曰盘古,盘古托天踏地天地初分。至此后天地孕育万灵,女娲以土造人为人族之始祖,后古神大战引四维不稳不周受损上天崩裂,女娲又补天救天地间生灵。 又许久人族出现纷争战乱不断,使四维不稳加重不周无养天地晃动,鸿钧教化人族、女娲安抚万灵,问生以本命神元修复四维使不周永固天地永存。 本作者有理想,有抱负,有责任,作为一个三有青年。立足于网络小说,虽说屡战屡败,从未签约,但鄙人励志要成为网络小说界的一股清流,以独特的写作风格,弘扬正能量。 这是一本绝世好书,此书不看,枉费一生,现代元素巧妙的加入到了玄幻题材,这是一种创新,我要引领。 黑羽,一个平凡少年,却有着不平凡的经历,梦里,玉帝让他重整封神榜,惊醒后,本以为这是梦境,却不料看到了身边的卷轴,卷轴之上赫然写着三个大字:封神榜。。。。。。 封林是一个在北京潘家园旧货市场开旧物店的小老板,一次在给店里的老房屋装修的机会,竟然在家里墙壁地下暗格发现一个密室,不太大的密室角落里有着一口上了锁的红色的木箱子,盒子打开后里面有着几样东西,一块巴掌大纯金的腰牌。 一本非常破旧的遁甲巫术古书, 还有着一本记录了很多秘事的明朝古书,还有一张残缺不全的地图,箱子里面藏着很多的秘密,让他知道了自己的家族竟然是一个传奇盗墓家族的后人 从古至今的家族秘密缓缓的被揭开,父亲的突然消失,也与此事有关,是为了寻找哪些传说中的东西。 自己兄弟的回归,退役特种兵赵雷,去追寻着父亲的脚步去寻找那传说中的古遗迹,不得不踏入那些恐怖之地。 入活人的禁区,与僵尸斗法,与活人斗智,有一张尸面的鬼狐仙,荒冢野坟墓里的媚女,害人的白皮千年老狸子,披着美女人皮的行尸走肉,几十年难得一见沉没在海里的幽灵鬼船。 一张残破不全的地图,一截刻满符文的龙骨,到底藏着什么秘密? 从失败者的角度看世界!因为太失败,才无所事事,才有更多无聊的时间……! 聊聊,关于失败的那些人,那些事!!!!!!!!神圣再现,风云再起,旧时代未葬下的魔,就由我来终结。(作者是个小白,文笔不好!)光明?什么是光明,照在世人身,映出黑色影,呵呵,光明看似是一处比白昼更亮的白昼,可却也是一处比黑夜更黑的黑夜,我只见过黑暗,从未见到过一丝的光明,更未感受过。穿越到玄天大陆,最先走进苍国,并且跟皇帝成为了兄弟…… 结交了五兄弟,以六人之力带动整个国家.........天武大陆,宗门林立,武道昌盛,丹道却毫无起色,于是就有了一个人,一群朋友,开辟丹道,逆武巅峰的故事。为救女神,周子墨推开了喜欢之人,自己被极速驶来的车辆撞飞。 醒来的他发现自己成为了一只国宝。 但因为是只野生的国宝,他只能自己找食求生。 为了强大和生存,周子墨重拾先祖食肉的习性。 (本书不会出现修仙者;本书有巨兽,但不会出现哥斯拉一类的巨兽。)鲜血淋漓的战场,神秘的第三方势力,未完待续的故事…… 意外穿越进游戏世界的楚昱和盛追,在诧异和激动下开启了他们的游戏人生。 在不断和域界人洛羽的相处下,他们逐渐发现了这个世界里和游戏的不同之处,剧情中的漏洞究竟是bug还是阴谋? 友情、立场。 信仰的冲突下,他们的冒险究竟会如何发展呢。
万脑网站建设 搜索引擎营销使用步骤 网络安全关乎个人安全 江苏网站建设机构 网络营销与消费者心理 开商城网站 番禺网站建设服务 广州数字营销 营销型网站建设公司 黄骅做网站|黄骅网站|黄骅百度优化|黄骅百度推广|黄骅微信|黄骅 大龄剩女的婚姻选择【www.richdady.cn】 感情纠纷的前世记忆【www.richdady.cn】 前世缘份的解读方法咨询【www.richdady.cn】 与公婆前世的前世修行【www.richdady.cn】 财运不佳的风水调整方法有哪些?【www.richdady.cn】 脑部不清晰的解决方法【企鹅383550880】√转ihbwel 缺心眼的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的沟通技巧咨询【微:qq383550880 】√转ihbwel 感情纠纷的真实案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业发展的灵性视角【微:qq383550880 】√转ihbwel 前世今生对现世的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的缘分再续咨询【www.richdady.cn】√转ihbwel 投资项目的财务规划咨询【www.richdady.cn】√转ihbwel 孩子厌学的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系咨询【σσЗ8З55О88О√转ihbwel 不爱读书的自我提升咨询【企鹅383550880】√转ihbwel 升迁障碍的解决方法【σσЗ8З55О88О√转ihbwel 孩子压力大的案例分享咨询【微:qq383550880 】√转ihbwel 前世今生【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的影响分析【微:qq383550880 】√转ihbwel 信息安全工作面临的挑战 余额宝营销活动 网络安全是什么战略 网络营销与消费者心理 网络安全 高端培训 科技金融 网络安全 营销 网络安全与信息安方向 信息安全人员资质 外贸公司的网站建设模板 龙岗网站制作资讯 博客营销案列 信息安全 部门,-1 网络安全国际会议 搜索引擎营销使用步骤 信息安全咨询服务方案 微信营销的特征 郑州市公安局网络安全 惠州做网站 网络营销策划公众号 北京的网站建设收费标准 安全等级是国家信息安全监督管理部门对计算机信息系统( )的确认. 成都的信息安全公司网络信息安全期刊 深圳网站建设新闻 番禺网站建设服务 网络安全关乎个人安全 网络营销定价特点 网络安全技术架构 免费网站制作推广 网络安全的主要威胁有哪些 联想信息安全服务资质 信息安全工作面临的挑战 山东省网络安全技能大赛官网 网络安全年度报告 重庆整合营销案例 安全等级是国家信息安全监督管理部门对计算机信息系统( )的确认. 新营销微博 制作营销网站 制定网络营销的策略 事件营销的优劣势分析 中新网络信息安全股份有限公司 制定网络营销的策略 网络安全法与网信工作 系统网络安全分析 做网站网站 贺州网站建设 呼和浩特网站制作 深圳网站建设电话 旅游网站建设方案 成功的论坛营销帖子 综艺节目的营销 网络营销是? 什么是网络安全等级保护 建交友网站 信息安全等级保护政策培训教程下载 网络安全领域 国际会议 平顶山网站建设 山东网络信息安全 万脑网站建设 公司网站管理 我需要网站 网络安全审计内容 旅游网站建设方案 网站设计遇到难题 信息交流与网络安全 平阳手机网站制作 专注成都网络营销 网络营销是电子商务的一种产物对吗 急性营销病 华为网络安全 的产品 全面的网站建设 制定网络营销的策略 什么叫信息安全管理员 平顶山网站建设 网络安全与信息安方向 信息安全保护技术措施是 网站设计遇到难题 山东省网络安全技能大赛官网 营销型网站建设公司 网站设计 无锡 网络信息安全管理员 深圳网站建设新闻 网络安全国际会议 日用品企业网站建设 上海市网络与信息安全协调小组 营销转化 信息安全人员资质 成都的信息安全公司网络信息安全期刊 网络安全组织管理 电信用户信息安全协议书 互联网 网络安全北京营销网站建设 全面的网站建设 深圳营销推广价格 网站建设咨询 wap网站制作 网络安全的主要威胁有哪些 综艺节目的营销 我需要网站 怎么制作网站 网站制作流程图 3g网站设计 网络营销定价特点 身边的网络安全 手机设计培训网站建设 万脑网站建设 网络安全 资质 网络安全的主要威胁有哪些 武汉信息安全,-1 外贸公司的网站建设模板 网络安全 微信 整合营销策略 山东临沂网站建设 网络营销应用生活案例 网站后台添加内容网页不显示 微信营销的特征 联想信息安全服务资质 网络营销没效果 网站注销知名的网站设计公司 如何把网站做好 专注成都网络营销 网络安全审计内容 网络营销与消费者心理 做网站网站 身边的网络安全 建网站价格 互联网 网络安全北京营销网站建设 平阳手机网站制作 重庆做网站团队 平阳网站制作 网站营销手段 网络营销定价特点 网络营销应用生活案例 网络安全关乎个人安全 信息安全咨询服务方案 第二届 360 杯全国大学生信息安全技术大赛