随笔分类 -  08-bootstarp

摘要:index.html: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, user-scalable= 阅读全文
posted @ 2020-04-28 18:35 组装梦想 阅读(225) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width,user-scalable=no, 6 initial 阅读全文
posted @ 2020-04-28 18:32 组装梦想 阅读(159) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width,user-scalable=no, 6 initial 阅读全文
posted @ 2020-04-28 18:29 组装梦想 阅读(146) 评论(0) 推荐(0)
摘要:表单练习: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, user-scalable=no, in 阅读全文
posted @ 2020-04-28 18:26 组装梦想 阅读(166) 评论(0) 推荐(0)
摘要:各式各样的按钮: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width,user-scalable=no, 阅读全文
posted @ 2020-04-28 18:18 组装梦想 阅读(281) 评论(0) 推荐(0)
摘要:一、bootstrap 容器 container-fluid 流体 container 1170 970 750 100% <div class="container-fluid">流体容器</div> <div class="container">响应式固定容器</div> bootstrap响应 阅读全文
posted @ 2020-04-28 18:12 组装梦想 阅读(264) 评论(0) 推荐(0)