使用 Bootstrap 製作圓形影像
使用 Bootstrap 類 img-circle 為圖片設定樣式,使圖片完全圓形。
可以嘗試執行以下程式碼使圖片圓形
示例
<!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>
廣告
資料結構
網路
關係型資料庫管理系統
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
JavaScript
PHP