컨텐츠 스타일

소제목 앞에 숫자 넣는 법

<h2><span class="numbering">1</span> h2 바로 옆에 아래 코드를 넣어주세요</h2>
<span class="numbering">2</span>
<span class="numbering">3</span>
<span class="numbering">4</span>

이미지 여러 개 삽입하기

1. 두 개 삽입하기 (img-row-2 클래스 사용)

<div class="img-row-2">
<img src="http://cfile6.uf.tistory.com/image/9909993F5F04ECB40D397F">
<img src="http://cfile8.uf.tistory.com/image/99560D4D5F04ECB40CEE8B">
</div>

2. 세 개 삽입하기 (img-row-3 클래스 사용)

<div class="img-row-3">
<img src="http://cfile6.uf.tistory.com/image/9909993F5F04ECB40D397F">
<img src="http://cfile8.uf.tistory.com/image/99560D4D5F04ECB40CEE8B">
</div>

Last updated