本章介绍Font Awesome Form Control图标的用法.假设自定义是CSS类名,我们在其中定义了大小和颜色,如下面给出的示例所示.
下表显示了Font Awesome Form Control图标的用法和结果.替换< body>上面程序的标签,用表中给出的代码得到相应的输出 :
用法 | 结果 |
---|---|
< i class ="fa fa -check-square custom"> | |
< i class ="fa fa-check-square-o custom"> | |
< i class ="fa fa-circle custom"> | |
< i class ="fa fa-circle-o custom"> | |
< i class ="fa fa-dot-circle-o custom"> | |
< i class ="fa fa-minus-square custom"> | |
< i class ="fa fa-minus-square-o custom"> | |
< i class ="fa fa-plus-square custom"> | |
< i class ="fa fa-plus-square-o custom"> | |
< i class ="fa fa-square custom"> ; | |
< i class ="fa fa-square-o custom"> | |