编辑下面的代码:【加编码】
<html> <head> <title>example of rendering images with rounded corners with Bootstrap 3</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/try/bootstrap/v3/dist/css/bootstrap.min.css" rel="stylesheet" media="screen"> <style> body { padding: 50px } </style> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> <body> <img src="/media/uploads/2013/12/rounded-corner-images.png" alt="image with rounded corners"> <img src="/media/uploads/2013/12/rounded-corner-images.png" alt="image with rounded corners" class="img-rounded"> <script src="https://code.jquery.com/jquery.js"></script> <script src="/try/bootstrap/v3/dist/js/bootstrap.min.js"></script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂