로그인 바로가기 하위 메뉴 바로가기 본문 바로가기
난이도
입문

비전공자를 위한 HTML/CSS

임시 이미지 부스트코스
http://www.boostcourse.org/cs120/forum/19786
좋아요 5750 수강생 14794

이 아니고 width 기준 퍼센트 값인거 같습니다.

.wrap { width: 200px; height: 100px; border: 5px solid red; } 
.box { width: 300px; text-indent: 10%; border: 10px solid black; }
<div class="wrap">

<div class="box">Text-Indent ~ !</div>

</div> 

 

일때 text-indent: 30px  입니다.