* 제목 크기

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

 

 

블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,