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是网络营销的劣势信息安全实验室研究方向灵魂网络安全vpn基础知识详解 三种vpn模式分析-网络安全7好的数据库网站计算机网络安全应急叶鑫是一名普通高中生,某天发现自己被惊悚副本选中。   副本只有4.3%存活率。   凉凉!无助!   叶鑫绝望时觉醒了人鬼皇系统:他能看破鬼怪生前!他能看见好感度!他还能使用鬼怪的武器!   从此以后,骚鬼如风,常伴吾身。以日记形式记录大兴安岭密林深处的灵异故事,如果能通过坐标找到我,可以一块聊聊。“师傅,时代变了!隔壁王二麻子都去做直播了,还赚的盆满钵满!我们算命的也要与时俱进啊!”叶白内心不断劝慰着已故的师傅,实际却是给自己找理由。 “大师,你算得准不准啊?怕不是江湖骗子吧!”网友质疑道。 叶白看着屏幕说道:“什么?你说我算得不准?那我告诉你,你老婆屁股上有颗痣!!!” 该网友当场暴走,顺着网线就要过来砍死叶白。 “这位朋友,你先别激动,我说这是我算出来的,你信不信???” ...... 叶白随手画出一道符箓,就能治病救人。 然而嘴里却劝说道:“朋友们,我们要相信科学!!!” 【万界交易系统安装成功】 【系统等级:1级】 【升级条件:完成五次系统交易】 【交易次数:1次】 【仓库:无】 …… 叶峰获得了万界交易系统,从此纵横商场,玩转都市。 美女?豪车?信手拈来。 有钱不能淫? 那我有钱有啥用?做人总得有梦想。我的梦想就是我的榜1。他身处异乡十年,了无音讯,甚至父亲去世都没能在身边守孝。 而她为了当初爷爷的承诺,身为全市最耀眼的女人,却为了一个没有见过的男人去替他父亲守灵。 一个是女总裁,另一个是寂寂无名,在外人眼里是个穷小子的男人,本就不被看好的一对最后的结局又是怎么样? 未来世界,人类与人工智能大战之后,人类败退逃离地球,留下的人工智能与人类遗孤各自形成了两大对立阵营,人类社会退化到奴隶社会。动物界得到发展,各种史前生物野蛮生长,多种元素的结合,形成了一个多元的世界,这里有龙,有神,有妖,还有外星人。 玄霄云意外穿越到未来,他在未来遇见了整天追他要房租的美女房东,故事就此展开...... 菩萨低眉,所以慈悲六道! 撒旦低头,所以血流成河! 以撒旦之名,专职杀戮,他要当最强的那个男人! 最燃的都市,且看一个男人如何成就霸业,成为傲立巅峰的一代传奇!   【七少出品,铁血霸气】 撒旦军团群:198247503 大学生党员肖来秋和同学林知白利用暑假,到东北沿着祖辈肖光乾、肖光坤走过的路线,探寻两位革命前辈投笔从戎,为实现民族独立,人民解放的伟大理想,忘我奋斗的历史足迹。进而揭示出,为了完成中国共产党的历史使命,一代又一代共产党人进行了不懈的努力。既有老一辈革命者肖光乾,肖光坤等人的浴血奋战,也有生长在红旗下的高树屯的党支部书记陆昌永的艰苦创业,还有八零后大学生党员姚续的扶贫攻坚,以及广大理论工作者对无产阶级革命理论的坚持。进而绘就一幅中国共产党人跳出“其兴也勃焉,其亡也忽焉”的历史周期律,使党的基业坚如磐石,乾坤永续的壮丽画卷。【模拟人生+三国故事+兄弟情义+人情世故+地盘争霸+轻松爽文,你想看的我这儿都有!】 重生三国成为刘封,获得模拟系统,内有义父刘备处心积虑要找借口弄死他给亲儿子刘禅腾地方,外有曹魏东吴等敌对势力虎视眈眈,且看刘封如何通过一次次模拟失败人生吸取经验,然后在现实中逆风翻盘,成为再兴大汉的英武帝王……
网站解析要多久 网络安全法 视频 mp4 伍佰亿官方网站 中国网络安全大赛试题 网络信息安全与管理 网络营销产品最注重 公安局网络安全监察大队 展示型网站制作公司 企业网络安全漏洞 石材网站建设 无形干扰的原因分析咨询【www.richdady.cn】 解梦的梦境解析咨询【www.richdady.cn】 自闭症的康复训练【www.richdady.cn】 婴灵对家庭的影响咨询【www.richdady.cn】 缺心眼的自我提升咨询【www.richdady.cn】 迟缓儿【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的情感释放【σσЗ8З55О88О√转ihbwel 官司的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的原因有哪些?【www.richdady.cn】√转ihbwel 如何改善人际关系【微:qq383550880 】√转ihbwel 孩子压力大的自我提升【微:qq383550880 】√转ihbwel 心慌胸闷头晕的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的沟通技巧咨询【微:qq383550880 】√转ihbwel 外灵的驱除方法【微:qq383550880 】√转ihbwel 婴灵的化解仪式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 营养不良导致的头脑混沌威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心理咨询与灵性指导威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网络金融信息安全中心 北大 信息安全 实验室 杭州品牌网站 教育行业信息安全方案 营销信息 网络安全零基础 网络安全大赛致辞 企业信息安全工程 android 信息安全问题 桂林网站制作 西安网站建设平台 国网大营销 国家网络安全技术排名 常用的网络安全技术有哪些 2017国家网络安全大会 网络安全与防范技术 饥饿营销现状 北大 信息安全 实验室 杭州品牌网站 教育行业信息安全方案 营销信息 网络安全零基础 网络安全大赛致辞 企业信息安全工程 b2c商城网站 网络安全技术新方向 我身边的信息安全200,-1 网络安全大赛致辞 网络安全法 视频 mp4 系统信息安全要求有哪些 网络安全系统实施方案 网站色彩的搭配原则有哪些 信息安全实验室研究方向 上海集团网站制作 网站的目录结构 广西免费网站制作 网络信息安全培训资料,-1 番禺网站建设专家 网络信息安全与管理 太原网站建设需要多少钱 是网络营销的劣势 深圳网站建设服务公司 科大信息安全研究生 学校信息安全部 西安网站建设平台 网站的层级 义乌做网站 3合1网站建设公司 点墨网站 保定市网站建设 我身边的信息安全200,-1 好的数据库网站 北大 信息安全 实验室 网络安全科技有限公司 山东省信息安全协会 李 2012西电网络安全大赛 破解题目 饥饿营销现状 信息安全资产 长沙网站维护 科大信息安全研究生 个人网站注册 温州手机网站建设 3合1网站建设公司 网络安全举办活动 2012西电网络安全大赛 破解题目 功能性网站 三只松鼠新媒体营销 营销企划 国网大营销 成为网络安全专家 展示型网站制作公司 浦东分局网络安全保卫 网站色彩的搭配原则有哪些 是网络营销的劣势 定制网站与模板建站维护 如何建设网站 广西免费网站制作 国外网络安全厂商 灵魂网络安全 基于攻防对抗的网络安全动态评估方法 网络安全作品 网络安全零基础 杭州 平台 公司 网站建设 互联网营销骗局 福州网站制作公司 中科信息安全共性国家工程研究院 何德全 网络安全 北海做网站 国家信息网络安全网络组织 唐山做网站 注册信息安全员在哪考,-1 信息安全的研究内容 深圳网站建设开发哪家好 上海企业网站建设报价 临沂网站建设 设计网站的元素 海外网络营销做什么的 数据信息安全审计 响应式网站设计的要求 大数据分析与信息安全 2015年6月 网络安全法 国家领导人重视网络安全 宝洁网络营销现状 石材网站建设 信息安全保密技术,-1 番禺网站建设专家 途牛网络营销案例 注册信息安全员在哪考,-1 常用的网络安全技术有哪些 网络安全法 视频 mp4 设计网站的元素 文具的网络营销策划 织梦网站图片代码 2013年进行互联网营销推广的企业各种网络营销方式的渗透 网络安全排查 信息安全的人员管理包括 2017年429网络安全日 网络安全问题反馈平台 专业网站建设 南宁网站忧化 网店营销计划模块 网络安全排查 计算机网络安全应急 西安 网站搭建 2013网络安全事件 企业网络安全漏洞 国家领导人重视网络安全 外贸网站模板建立 系统信息安全要求有哪些 温州手机网站建设 江苏省公安厅网络安全 互联网信息安全问题主要来源 免费申请网站域名 五华区网站 上海集团网站制作