各种CSS按钮样式

引入样式文件

<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/buttons.css">

html:

<a href="#" class="button glow button-rounded button-flat">press me</a>

参考:http://www.bootcss.com/p/buttons/

相关推荐