bootstrap 列表組

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8"> 
    <title>Bootstrap 實例 - 向列表組添加連接</title>
    <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
    <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
    <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>

<a href="#" class="list-group-item">24*7 支持</a>
<a href="#" class="list-group-item">免費 Window 空間託管</a>
<a href="#" class="list-group-item">圖像的數量</a>
<a href="#" class="list-group-item">每一年更新成本</a>


</body>
</html>

http://www.runoob.com/try/try.php?filename=bootstrap3-listgroup-links
http://www.runoob.com/bootstrap/bootstrap-list-group.htmlphp

相關文章
相關標籤/搜索