<!DOCTYPE html>
<html>
<head>
<title>W3.CSS(w3cschool.cn)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<link rel="stylesheet" href="https://7npmedia.w3cschool.cn/w3.css">
</head>
<body>
<div class="w3-container">
<h2>黄卡</h2>
<p>使用 w3-card 类创建纸质卡,并使用 w3-color 类添加颜色:</p>
<div class="w3-panel w3-card w3-yellow"><p>w3-card</p></div>
<div class="w3-panel w3-card-2 w3-yellow"><p>w3-card-2</p></div>
<div class="w3-panel w3-card-4 w3-yellow"><p>w3-card-4</p></div>
</div>
</body>
</html>