随笔分类 -  bootstrap

动画插件wow.js的使用方法
摘要:1,下载文件 2,引入文件 阅读全文

posted @ 2016-06-15 16:43 大自然的味道 阅读(14597) 评论(0) 推荐(0)

bootstrap 最忌讳的
摘要:使用bootstrap写响应式页面的时候一开始的样式表里面一定不要写!important,除非是在其他分辨率下没有用到的样式,我们在前面可以写!important ,否则很久一定不要写这个.因为如果在前面的样式表里面写了这个!important 在后面的bootstrp里面再调整的样式就不起作用了. 阅读全文

posted @ 2016-06-15 10:47 大自然的味道 阅读(128) 评论(0) 推荐(0)

高亮显示代码部分
摘要:1,高亮显示代码标签()For example, <section> should be wrapped as inline.2,显示代码块<p>Sample text here...</p>3,变量y=m*x+by = mx + b4,程序输出This text... 阅读全文

posted @ 2015-10-19 14:05 大自然的味道 阅读(302) 评论(0) 推荐(0)

高亮显示用户键盘输入(<kbd>)
摘要:To switch directories, type cd followed by the name of the directory.To edit settings, press ctrl + , 阅读全文

posted @ 2015-10-19 13:57 大自然的味道 阅读(179) 评论(0) 推荐(0)

排版----描述
摘要:1,上下显示 Description lists A description list is perfect for defining terms.2,左右显示(.dl-horizontal) Description lists A description list is perfect f... 阅读全文

posted @ 2015-10-19 13:49 大自然的味道 阅读(236) 评论(0) 推荐(0)

排版----引用
摘要:1,默认样式的引用 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.2,命名来源 靠左: Lorem ipsum dolor sit amet, consectetur ad... 阅读全文

posted @ 2015-10-19 13:45 大自然的味道 阅读(198) 评论(0) 推荐(0)

排版----首字母缩略语()
摘要:.initialism 是字体会小一点HTML 阅读全文

posted @ 2015-10-19 12:02 大自然的味道 阅读(207) 评论(0) 推荐(0)

排版----缩略语(<title>)
摘要:attr 阅读全文

posted @ 2015-10-19 12:01 大自然的味道 阅读(118) 评论(0) 推荐(0)

排版----对齐
摘要:Left aligned text.Center aligned text.Right aligned text.Justified text.No wrap text. 阅读全文

posted @ 2015-10-19 11:59 大自然的味道 阅读(154) 评论(0) 推荐(0)

排版----内联文本元素(<mark>突出显示个别文字)
摘要:You can use the mark tag to highlight text. 阅读全文

posted @ 2015-10-19 11:56 大自然的味道 阅读(152) 评论(0) 推荐(0)

排版----中心内容显示( .lead 类)
摘要:Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.Vivamus sagittis lacus vel augue laoreet r... 阅读全文

posted @ 2015-10-19 11:51 大自然的味道 阅读(147) 评论(0) 推荐(0)

列排序
摘要:.col-md-9 .col-md-push-3 .col-md-3 .col-md-pull-9 阅读全文

posted @ 2015-10-19 11:46 大自然的味道 阅读(107) 评论(0) 推荐(0)

嵌套列
摘要:Level 1: .col-sm-9 Level 2: .col-xs-8 .col-sm-6 Level 2: .col-xs-4 .col-sm-6 阅读全文

posted @ 2015-10-19 11:39 大自然的味道 阅读(196) 评论(0) 推荐(0)

列偏移
摘要:使用 .col-md-offset-* 类可以将列向右侧偏移。这些类实际是通过使用 * 选择器为当前元素增加了左侧的边距(margin)。例如,.col-md-offset-4 类将 .col-md-4 元素向右侧偏移了4个列(column)的宽度。 .col-md-4 .col-md-4 .c... 阅读全文

posted @ 2015-10-19 11:38 大自然的味道 阅读(398) 评论(0) 推荐(0)

栅格参数
摘要:超小屏幕 手机 (<768px)小屏幕 平板 (≥768px)中等屏幕 桌面显示器 (≥992px)大屏幕 大桌面显示器 (≥1200px)栅格系统行为总是水平排列开始是堆叠在一起的,当大于这些阈值时将变为水平排列C.container 最大宽度None (自动)750px970px1170px类前... 阅读全文

posted @ 2015-10-19 11:34 大自然的味道 阅读(538) 评论(0) 推荐(0)

栅格系统简介
摘要:Bootstrap 提供了一套响应式、移动设备优先的流式栅格系统,随着屏幕或视口(viewport)尺寸的增加,系统会自动分为最多12列。它包含了易于使用的预定义类,还有强大的mixin 用于生成更具语义的布局栅格系统用于通过一系列的行(row)与列(column)的组合来创建页面布局,你的内容就可... 阅读全文

posted @ 2015-10-19 11:33 大自然的味道 阅读(308) 评论(0) 推荐(0)

导航