下面是一個簡單的CSS導航欄跳轉頁面示例:
```html
目標頁面示例內容
```css
.nav a {
display: block;
text-align: center;
font-size: 16px;
color: #007bff;
text-decoration: none;
margin-right: 10px;
.nav a:hover {
background-color: #f2f2f2;
.target {
display: none;
.target p {
font-size: 14px;
margin-top: 10px;