본문 바로가기
프로그래밍 놀이터/Web

Bootstrap All Functions #5

by 돼지왕 왕돼지 2014. 4. 4.
반응형


 Bootstrap All Functions #5

 

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"






반응형

댓글