码迷,mamicode.com
首页 > Web开发 > 详细

BootStrap 之 CSS全局样式中的图片

时间:2020-04-05 00:38:03      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:title   ima   type   name   content   code   ons   lang   nbsp   

使用 BootStrap 中的CSS全局样式,我们就可以不用自己定义CSS样式了。

响应式图片

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap CSS全局样式</title>
    <link href="./BootStrap_3.3.7_libs/css/bootstrap.min.css" rel="stylesheet">
    <script src="./jQuery/jquery-3.2.1.min.js"></script>
    <script src="./BootStrap_3.3.7_libs/js/bootstrap.min.js"></script>
</head>
<body>

<!-- 使用BootStrap 之 CSS全局样式中的图片 -->
<!--<h3>使用BootStrap 之 CSS全局样式中的图片</h3>-->
<img src="./img/banner_3.jpg" class="img-responsive" alt="Responsive image">
<!-- 圆角方形 -->
<img src="./img/banner_3.jpg" alt="Responsive image" class="img-rounded">
<!-- 圆形 -->
<img src="./img/banner_3.jpg" alt="Responsive image" class="img-circle">
<!-- 方角方形 -->
<img src="./img/banner_3.jpg" alt="Responsive image" class="img-thumbnail">

</body>
</html>

 

详情请查看:全局 CSS 样式

 

          

BootStrap 之 CSS全局样式中的图片

标签:title   ima   type   name   content   code   ons   lang   nbsp   

原文地址:https://www.cnblogs.com/liyihua/p/12405803.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!