基本信息
文件名称:Bootstrap基础教程(第3版)(微课版)实训项目操作手册 -实训5-2.pdf
文件大小:88.61 KB
总页数:2 页
更新时间:2025-08-07
总字数:约2.21千字
文档摘要

操作步骤:

1.创建HTML5页面,在页面中引入meta:

metanameviewportcontentwidthdevice-width,initial-scale1,maximum-scale1

2.拷贝css文件到项目。引入bootstrap.min.css文件。

linkrelstylesheettypetext/csshrefcss/bootstrap.css/

3.在body中添加容器div。

bodyclassbg-secondary

divclasscontainerbg-whitep-5mt-3

/div

/b