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
化妆品 网站建设案例网站口碑营销坚守信息安全底线营销问题搜索整合营销网络安全交流协会沈阳科技网站首页网络安全内部威胁国家信息安全工作大数据分析与信息安全女同桌重生了,说她未来是我老婆。 因为嫌弃未来的我穷苦潦倒,她决定用重生的buff帮我走上人生巅峰!几个月前的一桩杀人案,意外地将主人公恩德尔卷入了一场危机,他要寻找的,不仅仅是丢失在空荡房间的证据,更是牵扯他命运的幕后操纵者,在重重的背叛与不信之中,他能否看清,谁是消失的罪人......慕容晓的父母已音讯全无三年有余,她甚是迷茫。在得到了师父无音师太的首肯之后,她决定亲自下山前去瓒州一探究竟。可谁曾想到,慕容晓刚一下山便遇到了重重阻碍。她和她的朋友们能否安然抵达瓒州?这一路上又会有什么巨大的阴谋在等着她?人在江湖有时真的是身不由己。是抱有希望继续向前?还是与伙伴们荣辱与共?慕容晓的心中已经有了她自己的答案…程明远,(中共巢合庐中心县委书记,1942年5月-1943年2月) 原名程道富,化名程道福,安徽肥西聚星乡人,生于1900年,1926年参加革命,1929年加入中国共产党。历任中共合肥工委组织部长,合二区区委书记,合肥县委组织部长,县委书记,皖西北中心县委书记兼中央至鄂豫皖交通中心站站长,1943年任巢北支队政委,1943年7月任中共巢合县委书记,后任华东局国区部交通科长,江淮五地委书记兼军分区政委······繁忙中的一时疏忽,导致以L市为中心的大面积地区遭到尸化威胁,进而慢慢扩展全球,人类文明已然岌岌可危 沈凌本该老老实实做他的绿帽男配,谁知在男主拜师的前夜,他觉醒了! 什么?! 青梅竹马的未婚妻要和男主滚床单? 因为她,我走火入魔,被师父轰下山? 为报仇,我耗尽家族资源,乱杀无辜,所犯之罪罄竹难书? 父母被男主虐杀,家族被灭门,而我只能跪在他脚下苦苦央求? 打住! 知道了这一切,你以为我还会乖乖就范? 我沈凌,从此不会为情所困,修仙路上,我要为自己而活,为家族而战!孟婆说我在阳间的寿命没超过24小时,不给予办理投胎业务。 而我当了十八年的鬼,终于等来家里给我烧了一间小卖部。 我意外发现这件小卖部通阳间,可以从阳间进货,拿到阴间来卖。 从此以后我便就做起了阴阳两界的生意,叱咤阴间。 和乔老爷一起卖手机,和扣比一起打篮球,但阎王竟然不要我投胎?女孩臻浅患有严重的被迫害妄想症,遵照医嘱在放学后独自散心。不料,之后目睹男孩“魏砷”杀人现场。在一场惊心动魄的逐命逃亡后回到家中,一觉醒来,陡然发现时间倒转。面对倒转的时间,步步紧逼的凶手,她该何去何从……君子欲成大器,久利之事勿为,众争之地勿往,利可共而不可独,谋可寡而不可众,凡成大事者,以识为主,以寸为辅,人谋一半,天意一半,谋事在人,成事在天。神源纪年之后,拥有神源力量的武者,登上璀璨夺目的历史舞台。 可伴随着源能苏醒的,还有无数神秘而强大的未知源兽! 杜松,本是金河一中的一名普通高中生。 意外在一次源兽袭击中,唤醒系统,成为【失控人族】项目的宿主。 成为猎人,狩猎源兽,成为这个时代最巅峰的武道强者…… 这,就是杜松如今的一个“小目标”。
互联网营销课程 杭州 智能社交营销 网络公司 开发网站 信息安全综合管理系统 信息安全导致的损失 网络安全工作 意见建议 秦皇岛网站开发多少钱 网站建的创新点 网站口碑营销 专业企业网站建设公司 如何化解冤亲债主的干扰?咨询【www.richdady.cn】 家宅磁场对居住者的影响咨询【www.richdady.cn】 无形干扰的前世故事【www.richdady.cn】 解梦的方法与技巧咨询【www.richdady.cn】 与女友前世【www.richdady.cn】 邪灵的防范方法咨询【微:qq383550880 】√转ihbwel 前世因果化解方法咨询【www.richdady.cn】√转ihbwel 孩子学习不好的家庭教育【www.richdady.cn】√转ihbwel 孩子不爱读书的阅读环境咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的咨询技巧【企鹅383550880】√转ihbwel 头脑混沌的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的前世缘分【企鹅383550880】√转ihbwel 孩子不爱读书的家庭教育方法有哪些?【www.richdady.cn】√转ihbwel 感情纠纷咨询【微:qq383550880 】√转ihbwel 冤亲债主的干扰与超度咨询【微:qq383550880 】√转ihbwel 忧郁症的心理调适【σσЗ8З55О88О√转ihbwel 不爱读书的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的辅导方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 自闭症的家庭支持威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场突破咨询【www.richdady.cn】√转ihbwel 公司营销方案 炫酷的网站 营销问题 湖南微网站营销 触屏网站 网络信息安全培训资料,-1 专业企业网站建设公司 专业企业网站建设公司 建设网站网址 成都营销 网络安全的工作 国内网络安全厂家排名 网络营销 研究生 承德网站制作加盟 公司信息安全网络升级方案 坚守信息安全底线 国家计算机网络与信息安全中心,-1 达内培训 网络营销让 网络营销环境应对对策 网站口碑营销 衡水高端网站建设 网络营销意识不强 政府机关信息安全 小学学校网站设计模板 信阳做网站 电子信息安全法律 常德网站优化 网络营销策划实训报告 信息网络安全热点 b2c商城网站 edm电邮营销平台 针对用户面临的电子邮件安全威胁设计一套完整的网络安全解决方案 信息安全导致的损失 网络安全威胁与风险分析需求报告 上海整合营销公司 商丘做网站 计算机网络安全考试 湖南微网站营销 衡水高端网站建设 南阳手机网站建设 品牌创意网站建设 小学学校网站设计模板 信息安全和人工智能 游戏行业 网络安全产品 网络安全内部威胁 好的数据库网站 网络安全的工作 关于网络安全信息 为什么要做一个营销型网站 为什么要做一个营销型网站 商丘做网站 建设网站网址 游戏行业 网络安全产品 华为网络安全案例分析 炫酷的网站 国家计算机网络与信息安全中心,-1 秦皇岛网站开发多少钱 单页式网站 信息安全综合管理系统 网络安全交流协会 信息安全集成资质 b2c商城网站 中国信息安全评测等级网站排序 网络安全国家 网站制作报价 美国网络安全宣传周 我司如何自己建设动态网站 rsa信息安全大会 网络安全与应急管理制度 免费网站是 云南网站设计 长沙做营销型网站公司 信息安全 峰会 沈阳科技网站首页 营销问题 网站设计公司-信科网络 信息安全公司资质 风格网站 全国大学生网络安全 网站建的创新点 你自己的计算机上网遭受网络安全威胁时你是怎么做的? 你自己的计算机上网遭受网络安全威胁时你是怎么做的? 上海全国网站建设 嘉兴网站建设推广 公司信息安全网络升级方案 信息安全导致的损失 国家信息安全工作 小学学校网站设计模板 针对用户面临的电子邮件安全威胁设计一套完整的网络安全解决方案 国家网络安全等级保护制度 网络营销实训课 信息安全风险评估规... 网络营销的案例分析 信息安全集成资质 网络安全入侵 全国大学生网络安全 大型的网络整合营销 百度网络营销能力秀 化妆品 网站建设案例 广州优质网络推广营销方案 国家计算机网络与信息安全中心,-1 网络营销意识不强 专业信息安全,-1 网络信息安全培训资料,-1 国内网络安全厂家排名 网络安全架构 缓冲区 建个网站 凡客 营销 简述网络营销中的stp 专业信息安全,-1 网络安全峰会2017 专业企业网站建设公司 深圳营销公司策划方案 营销培训的重要性 国家网络安全等级保护制度 佛山做外贸网站的公司 计算机信息安全病毒,-1 网络营销的成本结构 科技营销顾问有限公司 成都营销 南昌网站设计单位公司 flash网站开发 武汉网站制作 app开发 edm电邮营销平台 建设网站网址 搜索整合营销 安徽省 信息安全协会 信息安全属于ee吗 我司如何自己建设动态网站 建设网站网址 计算机网络安全考试 网络安全的实施 中企网络营销顾问 衡水高端网站建设 苹果网络营销策划