bootstrap
学习急先锋
先锋所指,所向披靡!
把每天的不懂的知识写成博客,把个人的博客当做查资料的地方,以后方便复习,加深理解
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
bootstrap基本css-代码与表格,表单
1.内联代码code For example, <code><section></code> should be wrapped as inline.2.标记用户输入kbd To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br> To edit settings, press原创 2016-11-04 20:41:06 · 643 阅读 · 0 评论 -
bootstrap基本css样式按钮
1.样式预定义 <!-- Standard button --> <button type="button" class="btn btn-default">Default</button><!-- Provides extra visual weight and identifies the primary action in a set of buttons --> <button type="原创 2016-11-05 22:22:45 · 426 阅读 · 0 评论 -
bootstrap基本css样式1 排版知识
1.排版1.行高h1-h6 2.body默认设置 font-size:14px,line-height:20px; p默认10px3.段落突出lead <p class="lead">...</p> 4.排版尺寸定义 @baseFontSize 和 @baseLineHeight。5.强调标签small <p> <small>This lie print.</small></p> 6.加粗str原创 2016-11-03 22:10:56 · 416 阅读 · 0 评论 -
bootstrap基本的CSS样式 图片 响应式工具
1.响应式图片 <img src="..." class="img-responsive" alt="Responsive image">2.图片形状 <img src="..." alt="..." class="img-rounded"> <img src="..." alt="..." class="img-circle"> <img src="..." alt="..." class="im原创 2016-11-07 21:17:40 · 527 阅读 · 0 评论
分享