3 Star 0 Fork 0

mirrors_mdbootstrap / bootstrap-how-to-make-a-circle-image

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
basic.html 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
Piotr Guściora 提交于 2022-09-26 20:23 . Update
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Material Design for Bootstrap</title>
<!-- MDB icon -->
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
<!-- Google Fonts Roboto -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap"
/>
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
</head>
<body>
<!-- Start your project here-->
<div class="container mt-5" >
<div class="d-flex justify-content-evenly mt-3 mb-5">
<h2>Basic example</h2>
<h2>With shadow</h2>
</div>
<div class="d-flex justify-content-evenly mb-3">
<img class="rounded-circle" alt="avatar1" src="https://mdbcdn.b-cdn.net/img/new/avatars/9.webp" />
<img class="rounded-circle shadow-4-strong" alt="avatar2" src="https://mdbcdn.b-cdn.net/img/new/avatars/1.webp" />
</div>
</div>
<!-- End your project here-->
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_mdbootstrap/bootstrap-how-to-make-a-circle-image.git
git@gitee.com:mirrors_mdbootstrap/bootstrap-how-to-make-a-circle-image.git
mirrors_mdbootstrap
bootstrap-how-to-make-a-circle-image
bootstrap-how-to-make-a-circle-image
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891