gpt4 book ai didi

css - 很棒的字体无法与 bootstrap 一起使用

转载 作者:行者123 更新时间:2023-12-01 09:32:33 25 4
gpt4 key购买 nike

我是 Bootstrap 新手

我创建了一个新页面,这是我的页面(上面没有内容!)

<!DOCTYPE html>
<html lang = "fa">

<head>
<meta charset = "utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>TEST</title>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="style/index.css">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">



</head>

<body>
<header>
<div class="container">
<a class="fa fa-ban">Test ban</a>
</div>
</header>






<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src = "//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>

</body>
</html>

如你所见,我有一个 <a>元素,它有一个 font-awesome类(class),我的意思是fa fa-ban ,但它不起作用!

问题是什么?

最佳答案

这对我有用:https://jsfiddle.net/smit_patel/teg7kfc4/

通过此标签可以正常工作。

<a><i class="fa fa-2x fa-ban"></i>Test ban</a>

关于css - 很棒的字体无法与 bootstrap 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34673121/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com