Web/WEB기본
[css] text-align:justify 텍스트 양쪽 정렬
saltdoll
2013. 1. 19. 16:22
반응형
한글의 양쪽 정렬에 유용
.article{
margin:15px 0;
font:/*@post-body-font-size=*/13px/*@*/ /*@post-body-font-family=*/NanumGothic, 나눔고딕,/*@*/;
line-height:180%;
color:/*@post-body-color=*/#444/*@*/;
text-align:justify;
text-justify:inter-cluster;
margin:15px 0;
font:/*@post-body-font-size=*/13px/*@*/ /*@post-body-font-family=*/NanumGothic, 나눔고딕,/*@*/;
line-height:180%;
color:/*@post-body-color=*/#444/*@*/;
text-align:justify;
text-justify:inter-cluster;
}
반응형