/* 외부링크에 아이콘 표시 추가 시작 */ .exlink a[href ^="http://"] { background: url(./images/exlink.PNG) center right no-repeat; padding-right: 13px; } .exlink a[href ^="https://"] { background: url(./images/exlink.PNG) center right no-repeat; padding-right: 13px; } .exlink a[href^="http://bezzera.tistory.com"] { background: none; padding-right: 0; } .exlink a[href^="https://bezzera.tistory.com"] { background: none; padding-right: 0; } /* 외부링크에 아이콘 표시 추가 끝 */