使用 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.com/videotutorials/images/numerical_ability_home.jpg"> <h1>Rounded Image</h1> <img src = "https://tutorialspoint.com/videotutorials/images/numerical_ability_home.jpg" class = "img-circle"> </body> </html>
广告
数据结构
网络
RDBMS
操作系统
Java
iOS
HTML
CSS
Android
Python
C 编程
C++
C#
MongoDB
MySQL
Javascript
PHP