使用 CSS 建立垂直按鈕組
你可以嘗試執行以下程式碼來建立垂直按鈕組
示例
<!DOCTYPE html>
<html>
<head>
<style>
.mybtn .button {
background-color: orange;
border: 1px solid green;
width: 120px;
color: white;
font-size: 14px;
padding: 10px;
text-align: center;
text-decoration: none;
display: block;
}
</style>
</head>
<body>
<div class = "mybtn">
<button class = "button">Result</button>
<button class = "button">Result</button>
<button class = "button">Result</button>
<button class = "button">Result</button>
</div>
</body>
</html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP