使用Bootstrap 4卡设置关键内容
使用bg-primary类和card类将关键内容添加到Bootstrap卡中。
在card类中使用bg-primary类-
<div class="card bg-primary text-white">
<div class="card-body">
Eisner Award
</div>
</div>我使用了上面的白色文本类,将文本设置为白色。
让我们看一个示例如何在Bootstrap4卡中包含键内容-
示例
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>Awards</h2>
<div class="card bg-primary text-white">
<div class="card-body">The Pulitzer Prize</div>
</div><br>
<div class="card bg-primary text-white">
<div class="card-body">Eisner Award</div>
</div><br>
<div class="card bg-primary text-white">
<div class="card-body">Hugo & Nebula Awards</div>
</div>
</div>
</body>
</html>热门推荐
5 短祝福语简短暖心
10 结婚祝福语粤语大全简短
11 晚上祝福语女生文案简短
12 法语妈妈生日祝福语简短
13 药厂开工祝福语大全简短
14 蛋糕节日祝福语简短英文
15 跨年的生日祝福语简短
16 文案祝福语英文短句简短
17 在家聚餐婚礼祝福语简短
18 学生节祝福语大全简短