下面是一個(gè)簡(jiǎn)單的CSS導(dǎo)航欄跳轉(zhuǎn)頁(yè)面示例:
```html
目標(biāo)頁(yè)面示例內(nèi)容
```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;