How to adds rounded corners to an image with Bootstrap

1 Answer

0 votes
<!DOCTYPE html>
<html lang="en">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet"
        href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
  
<body>
  
<div class="container">
  <img src="buycoolshirts.jpg" class="img-rounded" alt="the image" width="350" height="250"> 
</div>
  
</body>
</html>

 



answered Jul 9, 2017 by avibootz

Related questions

1 answer 300 views
1 answer 223 views
1 answer 274 views
1 answer 316 views
1 answer 332 views
...