html/html_css

들여쓰기 조절하기_text indent

갓리버리 2014. 1. 21. 13:59

텍스트를 들여쓸때 blockquote 라는 기능을 쓰는데

그냥쓰면 들여쓰는 간격조절이 불가능하다.

그래서 아래의 소스를 css안에 통째로 넣어주면 조절이 가능하다

파란부분은 구간조절수치이다.

 

blockquote { margin-left: 20 ; margin-top: 1; margin-bottom: 1 }