当前位置:首页 >> 网络编程

Bootstrap缩略图与警告框学习使用

本文实例为大家分享了Bootstrap缩略图与警告框的具体代码,供大家参考,具体内容如下

<html>
<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</title>
 <link rel="stylesheet" href="css/bootstrap.css" rel="external nofollow" />
</head>
<body>
 <div class="container">
 <div class="row">
 <div class="col-lg-3"><!--thumbnail为缩略图,外围加了边框并变为圆角-->
 <a href="https://www.jb51.net" class="thumbnail">
  <img src="/UploadFiles/2021-04-02/logo.jpg">

效果图:

Bootstrap缩略图与警告框学习使用

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。