
CSS
html
而且可以使用CSS样式对其进行样式设置,如背景颜色,字体颜色和边框等。例如:
CSS
button {
background-color: #4CAF50;
color: white;
border: none;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 8px;
}
这将创建一个带有绿色背景,白色字体的圆角按钮。
Copyright © 2025 IZhiDa.com All Rights Reserved.
知答 版权所有 粤ICP备2023042255号