Bootstrap 缩略图类


Bootstrap 中 .thumbnail 类用于为图像创建缩略图 −

示例

在线演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class = "row">
         <div class = "col-sm-6 col-md-3">
            <a href = "#" class = "thumbnail">
               <img src = "https://tutorialspoint.com/distributed_dbms/images/distributed-dbms-mini-logo.jpg" alt = "DDBMS">
            </a>
        </div>
      </div>
   </body>
</html>

更新日期: 12-Jun-2020

170 次浏览

开启您的 职业生涯

完成课程以获得认证

开始学习
广告
© . All rights reserved.