bootstrap基础学习七篇

bootstrap图片

Bootstrap 提供了三个可对图片应用简单样式的 class:

  • .img-rounded:添加 border-radius:6px 来获得图片圆角。
  • .img-circle:添加 border-radius:500px 来让整个图片变成圆形。
  • .img-thumbnail:添加一些内边距(padding)和一个灰色的边框。

a.代码如下:

 <img src="../img/b.jpg" class="img-responsive" alt="图像-1" /> 
     <br/>

      <img src="../img/b.jpg"  class="img-rounded" alt="图像-2" /> 
     <br/>


      <img src="../img/b.jpg" class="img-circle" alt="图像-3" /> 
     <br/>

      <img src="../img/b.jpg"  class="img-thumbnail" alt="图像-4" /> 
     <br/>

b.响应式图片

 <img src="../img/b.jpg" class="img-responsive" alt="响应式图像" /> 

 

posted @ 2016-02-29 09:04  侠岚之弋痕夕  阅读(195)  评论(0编辑  收藏  举报
Where is the starting point, we don't have a choice, but the destination where we can pursue!