标签: html css
我需要动画CSS按钮,如图所示, 您可以在此处找到这些按钮:http://todomvc.com/
类似的东西:
答案 0 :(得分:2)
您可以尝试在按钮内放置div,如下所示:
<button> <div> Button </div> </button>
然后将div设置为width: 100%和background: red
width: 100%
background: red
对于下面的红线,可能是您设置border-bottom属性
border-bottom