吴裕雄 Bootstrap 前端框架开发——Bootstrap 辅助类:表格单元格使用了 bg-primary 类...
生活随笔
收集整理的這篇文章主要介紹了
吴裕雄 Bootstrap 前端框架开发——Bootstrap 辅助类:表格单元格使用了 bg-primary 类...
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
<!DOCTYPE html>
<html><head><meta charset="utf-8"> <title>菜鳥教程(runoob.com)</title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script><script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script></head><body><div class="container"><h2>背景</h2><p class="bg-primary">該段落使用了類 "bg-primary"。</p><a class="bg-primary" href="/index.php">該鏈接使用了類 "bg-primary"。</a></div></body>
</html>
?
轉載于:https://www.cnblogs.com/tszr/p/10889882.html
總結
以上是生活随笔為你收集整理的吴裕雄 Bootstrap 前端框架开发——Bootstrap 辅助类:表格单元格使用了 bg-primary 类...的全部內容,希望文章能夠幫你解決所遇到的問題。