error with Bootstrap(Font Awesome)

Asked

Viewed 249 times

0

I’m using Bootstrap and trying to add the incone "like", but it appears that square in place... what’s the problem?

<link href="css/font-awesome.min.css" rel="stylesheet">
<!--codigo usado para adicionar o simbologo like-->
 <button class = "btn btn-primary"><i class = "fa fa-thumbs-up">
  </i>Submit</button>

inserir a descrição da imagem aqui

  • You have this font-awesome.min.css in the css folder?

  • yes, I downloaded and put in the css folder

  • 1

    Well tried here with this link <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> and it worked, test with it on your, if it doesn’t work try to remove these 2 class just to see here it looks https://codepen.io/Anon/pen/RZWMZB

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.