网页设计学习记录-常用圆角按钮css

.button
{
    border: 0px;
    padding: 5px;
    border-radius: 100px;
    background-color: #9eb80c;
    width: 150px;
    height: 50px;
    color: white;
}
.button:hover
{
    cursor: pointer;
}

效果图

你可能感兴趣的:(学习,css,前端)