* 제목 크기
<h1> ~ <h6>
<h1>h1. Bootstrap heading</h1>
* 작은 텍스트
<small>This line of text is meant to be treated as fine print.</small>
* 문단강조
<p class="lead">...</p>
* 문단정렬
<p class="text-left">Left aligned text.</p>
<p class="text-center">Center aligned text.</p>
<p class="text-right">Right aligned text.</p>
* 문단효과
<p class="text-muted">...</p> // 연하게
<p class="text-primary">...</p>
<p class="text-success">...</p>
<p class="text-info">...</p>
<p class="text-warning">...</p> // 경고
<p class="text-danger">...</p>
* 텍스트 툴팁
<abbr title="attribute">attr</abbr>
<abbr title="HyperText Markup Language" class="initialism">HTML</abbr> // 툴팁글자크기 90%
'css, html' 카테고리의 다른 글
폼(form) 각 요소들 선언하기 (0) | 2014.10.18 |
---|---|
테이블 및 줄 / 칸 처리하기 (0) | 2014.10.17 |
부트스트랩(bootstrap) 기본 헤더 선언하기 (0) | 2014.10.12 |
부트스트랩3 한글 번역페이지 (0) | 2014.10.12 |
문서 여백 없애기 (0) | 2014.10.11 |