使用 Bootstrap 製作圓形影像


使用 img-circle 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-circle">
   </body>
</html>

更新於: 12-6-2020

877 次瀏覽

啟動你的 職業

透過完成課程獲得認證

開始
廣告
© . All rights reserved.