부트 스트랩 글리펀콜 정보
부트스트랩 부트 스트랩 글리펀콜본문
부트 스트랩 글리펀콜
글리 피콘
부트 스트랩은 Glyphicons Halflings 세트 에서 260 개의 글리 phicon을 제공합니다 .
글리프콘은 텍스트, 버튼, 도구 모음, 탐색, 양식 등에 사용할 수 있습니다.
글리 phicon의 몇 가지 예는 다음과 같습니다.
봉투 모양 :
글리프콘 인쇄 :
글리프콘 검색 :
글리프콘 다운로드 :
글립시 구문
글리 phicon은 다음 구문과 함께 삽입됩니다.
<span class="glyphicon glyphicon-name"></span>
이름 위의 구문 부분은 glyphicon 적절한 이름으로 대체되어야한다.
글리프 콘의 예
다음 예제에서는 글리프콘을 사용하는 여러 가지 방법을 보여줍니다.
예
<p>Envelope icon: <span class="glyphicon glyphicon-envelope"></span></p>
<p>Envelope icon as a link:
<a href="#"><span class="glyphicon glyphicon-envelope"></span></a>
</p>
<p>Search icon: <span class="glyphicon glyphicon-search"></span></p>
<p>Search icon on a button:
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-search"></span> Search
</button>
</p>
<p>Search icon on a styled button:
<button type="button" class="btn btn-info">
<span class="glyphicon glyphicon-search"></span> Search
</button>
</p>
<p>Print icon: <span class="glyphicon glyphicon-print"></span></p>
<p>Print icon on a styled link button:
<a href="#" class="btn btn-success btn-lg">
<span class="glyphicon glyphicon-print"></span> Print
</a>
</p>
글리 피콘
부트 스트랩은 Glyphicons Halflings 세트 에서 260 개의 글리 phicon을 제공합니다 .
글리프콘은 텍스트, 버튼, 도구 모음, 탐색, 양식 등에 사용할 수 있습니다.
글리 phicon의 몇 가지 예는 다음과 같습니다.
봉투 모양 :
글리프콘 인쇄 :
글리프콘 검색 :
글리프콘 다운로드 :
글립시 구문
글리 phicon은 다음 구문과 함께 삽입됩니다.
<span class="glyphicon glyphicon-name"></span>
이름 위의 구문 부분은 glyphicon 적절한 이름으로 대체되어야한다.
글리프 콘의 예
다음 예제에서는 글리프콘을 사용하는 여러 가지 방법을 보여줍니다.
예
<p>Envelope icon: <span class="glyphicon glyphicon-envelope"></span></p>
<p>Envelope icon as a link:
<a href="#"><span class="glyphicon glyphicon-envelope"></span></a>
</p>
<p>Search icon: <span class="glyphicon glyphicon-search"></span></p>
<p>Search icon on a button:
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-search"></span> Search
</button>
</p>
<p>Search icon on a styled button:
<button type="button" class="btn btn-info">
<span class="glyphicon glyphicon-search"></span> Search
</button>
</p>
<p>Print icon: <span class="glyphicon glyphicon-print"></span></p>
<p>Print icon on a styled link button:
<a href="#" class="btn btn-success btn-lg">
<span class="glyphicon glyphicon-print"></span> Print
</a>
</p>
추천
0
0
댓글 0개