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>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP