img-rounded Bootstrap 類


使用 img-rounded Bootstrap 類美化你的圖片併為其新增圓角

示例

即時演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Images</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>
      <p>Styling images with Bootstrap</p>
      <h1>Original Image</h1>
      <img src = "https://tutorialspoint.tw/videotutorials/images/numerical_ability_home.jpg">
      <h1>Rounded Image</h1>
      <img src = "https://tutorialspoint.tw/videotutorials/images/numerical_ability_home.jpg" class = "img-rounded">
   </body>
</html>

更新於: 12-Jun-2020

235 次觀看

開啟你的 職業生涯

完成課程認證

開始
廣告
© . All rights reserved.