html/html_css
스타일 소스 정리_자간_행간_style_css
갓리버리
2014. 1. 21. 14:08
한영변환불가능
style='ime-mode:disabled'
자간조정
style="letter-spacing:normal" 보통의 자간
<p>
style="letter-spacing:2px" 자간을 2px 로 설정 <p>
행간조정
style="line-height:120%"
문자간 조정
style="word-spacing:normal"
보통의 자간 <p>
style="word-spacing:2px" 자간을 2px 로 설정 <p>
갹개링크 css
a.lk-1:link {color: #888888; text-decoration: none;}a.lk-1:visited {color: #888888; text-decoration: none;}
a.lk-1:active {color: #888888; text-decoration: none;}
a.lk-1:hover {color: #555555; text-decoration: underline;}