在 Bootstrap 中新增藍色背景色來模擬按下按鈕
若要新增藍色背景色來模擬按下按鈕,請使用 Bootstrap 中的主要按鈕,如下面的程式碼所示 −
示例
<!DOCTYPE html> <html> <head> <title>Bootstrap Example</title> <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet"> <script src = "/scripts/jquery.min.js"></script> <script src = "/bootstrap/js/bootstrap.min.js"></script> </head> <body> <div class = "container"> <h2>Score</h2> <button type = "button" class = "btn btn-primary">Result (2018)</button> <button type = "button" class = "btn btn-primary disabled">Result (2017)</button> </div> </body> </html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP