📜  html 中心按钮 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:29.179000             🧑  作者: Mango

代码示例1
button{
    /*Change the width as much as you like, but make sure 
    margin-left and margin-right + width = 100%*/
    width:50%;
    margin-left:25%;
    margin-right:25%;
}