网页按钮在网页开发中经常用到,而这个看似简单,使用却非常平凡的按钮,我们是不是想到了各种各样的实现方式呢?
方法1:
.btn{width: 100px; height: 30px; line-height: 30px; border: solid thin #eee; text-align: center;}
<div class="btn">按钮一</div>
网页按钮在网页开发中经常用到,而这个看似简单,使用却非常平凡的按钮,我们是不是想到了各种各样的实现方式呢?
方法1:
.btn{width: 100px; height: 30px; line-height: 30px; border: solid thin #eee; text-align: center;}
<div class="btn">按钮一</div>