Reputation: 39
I'm trying to add rating stars to my project , I tried a lot of codes but none works fine.
Upvotes: 0
Views: 55
Reputation: 10975
Issue is that the font awesome css are not getting imported,
Please use below option
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
Codpen- https://codepen.io/nagasai/pen/dWZjGW
Upvotes: 1