부트 스트랩 배지가있는 목록 그룹
부트 스트랩 배지가있는 목록 그룹
목록 그룹에 배지를 추가 할 수도 있습니다. 배지는 자동으로 오른쪽에 배치됩니다.
배지를 만들려면 목록 항목 내에 <span>클래스가 있는 요소를 만듭니다 .badge.
예
<ul class="list-group">
<li class="list-group-item">New <span class="badge">12</span></li>
<li class="list-group-item">Deleted <span class="badge">5</span></li>
<li class="list-group-item">Warnings <span class="badge">3</span></li>
</ul>
[전체소스]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>List Group With Badges</h2>
<ul class="list-group">
<li class="list-group-item">New <span class="badge">12</span></li>
<li class="list-group-item">Deleted <span class="badge">5</span></li>
<li class="list-group-item">Warnings <span class="badge">3</span></li>
</ul>
</div>
</body>
</html>
목록 그룹에 배지를 추가 할 수도 있습니다. 배지는 자동으로 오른쪽에 배치됩니다.
배지를 만들려면 목록 항목 내에 <span>클래스가 있는 요소를 만듭니다 .badge.
예
<ul class="list-group">
<li class="list-group-item">New <span class="badge">12</span></li>
<li class="list-group-item">Deleted <span class="badge">5</span></li>
<li class="list-group-item">Warnings <span class="badge">3</span></li>
</ul>
[전체소스]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>List Group With Badges</h2>
<ul class="list-group">
<li class="list-group-item">New <span class="badge">12</span></li>
<li class="list-group-item">Deleted <span class="badge">5</span></li>
<li class="list-group-item">Warnings <span class="badge">3</span></li>
</ul>
</div>
</body>
</html>
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 88 | jQuery Mobile | 8년 전 | 1924 | ||
| 87 | jQuery Mobile | 8년 전 | 1910 | ||
| 86 | jQuery Mobile | 8년 전 | 1515 | ||
| 85 | jQuery Mobile | 8년 전 | 1825 | ||
| 84 | jQuery Mobile | 8년 전 | 1862 | ||
| 83 | jQuery Mobile | 8년 전 | 1872 | ||
| 82 | jQuery Mobile | 8년 전 | 1647 | ||
| 81 | jQuery Mobile | 8년 전 | 1366 | ||
| 80 | jQuery Mobile | 8년 전 | 1802 | ||
| 79 | jQuery Mobile | 8년 전 | 1355 | ||
| 78 | jQuery Mobile | 8년 전 | 1749 | ||
| 77 | jQuery Mobile | 8년 전 | 1775 | ||
| 76 | jQuery Mobile | 8년 전 | 1781 | ||
| 75 | jQuery Mobile | 8년 전 | 1398 | ||
| 74 | jQuery Mobile | 8년 전 | 1534 | ||
| 73 | jQuery Mobile | 8년 전 | 1243 | ||
| 72 | jQuery Mobile | 8년 전 | 1626 | ||
| 71 | jQuery Mobile | 8년 전 | 1617 | ||
| 70 | jQuery Mobile | 8년 전 | 1500 | ||
| 69 | jQuery Mobile | 8년 전 | 1506 | ||
| 68 | jQuery Mobile | 8년 전 | 2036 | ||
| 67 | jQuery Mobile | 8년 전 | 1313 | ||
| 66 | jQuery Mobile | 8년 전 | 1689 | ||
| 65 | jQuery Mobile | 8년 전 | 1182 | ||
| 64 | jQuery Mobile | 8년 전 | 1464 | ||
| 63 | jQuery Mobile | 8년 전 | 1650 | ||
| 62 | jQuery Mobile | 8년 전 | 1628 | ||
| 61 | jQuery Mobile | 8년 전 | 1872 | ||
| 60 | jQuery Mobile | 8년 전 | 1401 | ||
| 59 | jQuery Mobile | 8년 전 | 1958 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기