일부 소셜 버튼을 만들었습니다. Instagram을 제외한 모든 버튼이 표시됩니다. 왜 작동하지 않는지 모르겠습니다. 여기 내 코드는fa faagram 3x가 작동하지 않는 이유는 무엇입니까?
여기<div class="text-center center-block">
<a href="https://www.facebook.com/shahin.albd"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a>
<a href="https://instagram.com"><i id="social-in" class="fa fa-instagram-square fa-3x social"></i></a>
<a href="https://twitter.com"><i id="social-tw" class="fa fa-twitter-square fa-3x social"></i></a>
</div>
내 CSS는 ID가 "사회에서"
#lab_social_icon_footer #social-in:hover {
색상 : #의 4E433C;
}
스 니펫을 실행하려면'link' 태그에서'href' 프로토콜을'https : //'로 변경해야합니다. 그래서'http' 링크를 허용하지 않습니다. –
@ItayGanor 잘 작동합니다. http://prntscr.com/ho1hwo –
@MosharofHossain 문제 없음 :) 도움이되었거나 귀하의 질문을 해결 한 답변을 평가하거나 수락해야합니다. 건배 –