2017-02-25 66 views
0

我試圖在div(x)下添加一個圖標,並且在行的頂部,但它沒有顯示在我的瀏覽器中。哪裏不對?在Css中添加一個圖標

<i class="fa fa-user-circle" aria-hidden="true"></i> 
<hr style="margin-left:20px; margin-right:20px; color:#ccc; box-shadow:0px 0px 
    10px rgba(0,0,0,0.5);"></hr> 

回答

2

要使用(我假設)字體真棒圖標,您需要下載字體庫包括在您的HTML庫。

i.e-

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

(這是鏈接到從引導字體真棒CDN,你可以(也應該)在本地保存庫,並有一個本地鏈路有代替)