随笔分类 -  Bootstrap

Bootstrap 按钮样式
摘要:.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; 阅读全文
posted @ 2018-06-29 15:55 YC小杨 阅读(206) 评论(0) 推荐(0)
Bootstrap 响应式样式
摘要:.container-fluid{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}.container {padding-right: 15px;padding-left: 15px;margi 阅读全文
posted @ 2018-06-29 15:13 YC小杨 阅读(239) 评论(0) 推荐(0)
bootstrap-整理
摘要:contenteditable="true" >打开用户信息交互功能 Bootstrap中默认的字体大小为14px,行高为20px,<p>元素为行高10px,字体为颜色为#333。 h1~h6标签字体大小:36px,30px,24px,18px,14px,12px。 h1~h3标签下的<small> 阅读全文
posted @ 2017-08-17 19:46 YC小杨 阅读(296) 评论(0) 推荐(0)
Bootstrap
摘要:Bootstrap介绍 Bootstrap是一个基于HTML CSS JavaScript的开源框架,用于快速构建基于PC端和移动端设备的响应式web页面. 下载 地址: http://v3.bootcss.com/ CDN: <meta charset="utf-8"> <meta http-eq 阅读全文
posted @ 2017-08-16 22:32 YC小杨 阅读(208) 评论(0) 推荐(0)