找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 690|回复: 0

BS5安装与测试

[复制链接]

296

主题

38

回帖

1274

积分

管理员

积分
1274
发表于 2021-4-5 22:04:31 | 显示全部楼层 |阅读模式
一.BS5官方
https://getbootstrap.com/

二.BS5下载
https://github.com/twbs/bootstra ... .0.0-beta3-dist.zip

三.BS5使用
bs5
|--public
        |--bs
        |--js
        |--css
        |--img
|--index.html

四.index.html代码
<!doctype html>
<html lang="en">
<head>
        <meta charset="UTF-8">
        <title>bs5</title>
        <link rel="stylesheet" href="public/bs/css/bootstrap.min.css">
        <script src="public/bs/js/bootstrap.min.js"></script>
</head>
<body>
        <div class="container mt-3">
                <div class="bg-dark text-warning p-3">
                        my name is bs5,i contains flex and sass.
                </div>
        </div>
</body>
</html>









回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|外汇论坛 ( 粤ICP备16021788号 )

GMT+8, 2024-5-13 13:01 , Processed in 0.068510 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表