테스트 사이트 - 개발 중인 베타 버전입니다

부트 스트랩 글리펀콜

· 8년 전 · 1959
부트 스트랩 글리펀콜

글리 피콘
부트 스트랩은 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>

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
1326
1325
1324
1323
1322
1321
1320
1319
1318
1317
1316
1315
1314
1313
1312
1311
1310
1309
1308
1307
1306
1305
1304
1303
jQuery Mobile pageshow 이벤트
1302
1301
1300
jQuery Mobile pageload 이벤트
1299
jQuery Mobile pageinit 이벤트
1298
jQuery Mobile pagehide 이벤트
1297
jQuery Mobile pagecreate