목차
폰트오썸 아이콘 배경이미지 적용
폰트오썸 엑박 원인과 해결
폰트오썸 아이콘 배경이미지 적용
body {
font-family: sans-serif;
font-size: 16px;
line-height: 1.5;
background: #eee;
}
h1 {
font-size: 2em;
margin-bottom: .5em;
}
p {
margin-bottom: 1em;
}
#wrap {
width: 80%;
margin: 1em auto;
padding: 1em 5%;
background: #fff;
position: relative;
}
.inner {
position: relative;
z-index: 2;
}
#wrap:after {
content: "\f087";
color: lightblue;
font-size: 250px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
top: 50%;
left: 50%;
margin: -180px 0 0 -100px;
z-index: 1;
}
</style>
<div id="wrap">
<div class="inner">
<h1>홈짱닷컴</h1>
<p>Homzzang.com</p>
<p>HTML </p>
<p>CSS</p>
<p>JS </p>
<p>JQUERY</p>
</div>
</div>
결과보기
폰트오썸 엑박 원인과 해결
1. 폰트오썸 외부링크 오류 체크
2. <i> 태그에 사용해선 안 되는 CSS 정의 : (예: font 스타일 설정)
3. 폰트오썸 크로스도메인 오류 여부 체크
주소 복사
랜덤 이동