<!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-sidebar w3-bar-block w3-light-grey w3-card" style="width:25%">
<a href="#" class="w3-bar-item w3-button">链接 1</a>
<a href="#" class="w3-bar-item w3-button">链接 2</a>
<a href="#" class="w3-bar-item w3-button">链接 3</a>
<a href="#" class="w3-bar-item w3-button">链接 4</a>
<a href="#" class="w3-bar-item w3-button">链接 5</a>
</div>
<div style="margin-left:25%">
<header class="w3-container w3-dark-grey">
<h1>我的页面</h1>
</header>
<div class="w3-container">
<p>使用 w3-card 类将侧面导航显示为卡(添加阴影)。</p>
</div>
</div>
</body>
</html>