css, html

타이포그래피(typography)

디츠 2014. 10. 12. 16:35

* 제목 크기

<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%