Bootstrap All Functions #5 |
Typography Tutorial
- class="unstyled"
bootstrap 의 style 제거
- class="dl-horizontal"
horizontal style dl
Glyphicons with bootstrap 3 - Glyphicons 란?
icon font 를 말한다.
Glyphicons with bootstrap 3 - Obtaining Glyphicons
dist/fonts folder 에서 dist folder 를 찾을 수 있다.
glyphicons-halflings-regular.eot
glyphicons-halflings-regular.svg
glyphicons-halflings-regular.ttf
glyphicons-halflings-regular.woff
Glyphicons with bootstrap 3 - How to use
<span class="glyphicon glyphicon-*"></span>
여기서 * 는 keywords
<buton type="button" class="btn btn-primary btn-lg">
<span class="glyphicon glyphicon-user"></span> User
</button>
Glyphicon 조합을 아래 사이트를 통해 할 수 있다.
http://www.w3resource.com/twitter-bootstrap/3/glyph-customization.html
Table Tutorial
class="table table-striped"
'프로그래밍 놀이터 > Web' 카테고리의 다른 글
[sql] How can I return rows with a specific value first? (0) | 2014.05.02 |
---|---|
css3 box-sizing property. (0) | 2014.04.09 |
Bootstrap All Functions #4 (0) | 2014.03.25 |
Bootstrap All Functions #3 (0) | 2014.03.24 |
[기초강좌] HTML IFrames - w3schools 번역 (0) | 2014.03.23 |
댓글