日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 前端技术 > HTML >内容正文

HTML

前端框架-Bootstrap

發布時間:2025/3/14 HTML 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 前端框架-Bootstrap 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Bootstrap 前端框架-twitter

<!DOCTYPE html> <html lang="en"> <!--Bootstrap 前端框架-twitter--> <head><meta charset="UTF-8"><title>認識Bootstrap</title><link rel="stylesheet" href="./dist/css/bootstrap.min.css"><style>/*就近原則和疊加原則*/body {margin: 60px;}.progress {margin-top: 30px;}.test1 {width: 200px;color: black;}.test3{/*width: 200px;*//*改變大小*/font-size: 400px;color: orangered;}</style> </head> <body><!--按鈕--><button class="btn btn-danger test1">百度一下,你就知道</button><button class="btn btn-success">谷歌一下,你就知道</button><button class="btn btn-warning">搜狗一下,你就知道</button><!--進度條--><div class="progress"><div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"><span class="sr-only">60% Complete</span></div></div><!--帶動畫的--><div class="progress"><div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%"><span class="sr-only">45% Complete</span></div></div><!--徽章--><a href="#">Inbox <span class="badge">42</span></a><button class="btn btn-primary" type="button">Messages0.... <span class="badge">4</span></button><br><!--字體圖標--><span class="glyphicon glyphicon-film test3"></span><span class="glyphicon glyphicon-trash test3"></span> </body> </html>

效果圖

?

轉載于:https://www.cnblogs.com/StevenHuSir/p/10197043.html

總結

以上是生活随笔為你收集整理的前端框架-Bootstrap的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。