【问题标题】:What button is this button called?这个按钮叫什么按钮?
【发布时间】:2022-01-24 03:52:27
【问题描述】:

有人知道这个按钮叫什么吗?我想用这个按钮做一个常见问题页面。

【问题讨论】:

标签: html css button


【解决方案1】:

您可以通过将字体真棒链接导入到您的 html 代码来使用带有类 fa fa-plus-circle 的加号圆圈图标。

<!DOCTYPE html>
<html>
<head>
<title>Font Awesome Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<p>Used on a button:</p>
<button style="font-size:24px;background:transparent;border:none"> <i class="fa fa-plus-circle"></i></button>
</body>
</html>

【讨论】:

    猜你喜欢
    • 2018-11-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-07-04
    • 1970-01-01
    相关资源
    最近更新 更多