欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

說(shuō)旅游網(wǎng)頁(yè)css代碼

今天我們來(lái)介紹一些常用的css代碼,用于設(shè)計(jì)漂亮的旅游網(wǎng)頁(yè)。

/* 設(shè)置頁(yè)面背景色 */
body {
background-color: #f1f1f1;
}
/* 設(shè)置標(biāo)題樣式 */
h1 {
font-size: 36px;
color: #333;
text-align: center;
}
/* 設(shè)置導(dǎo)航菜單 */
.navmenu {
list-style: none;
margin: 0;
padding: 0;
}
.navmenu li {
display: inline-block;
margin-right: 20px;
}
.navmenu li a {
text-decoration: none;
font-size: 24px;
color: #999;
}
.navmenu li a:hover {
color: #333;
}
/* 設(shè)置圖片樣式 */
img {
max-width: 100%;
}
/* 設(shè)置內(nèi)容區(qū)域 */
.content {
width: 80%;
margin: auto;
}
/* 設(shè)置文章標(biāo)題樣式 */
.article-title {
font-size: 28px;
color: #333;
}
/* 設(shè)置文章內(nèi)容樣式 */
.article-content {
font-size: 16px;
color: #666;
line-height: 1.5;
}
/* 設(shè)置頁(yè)腳 */
footer {
font-size: 12px;
color: #999;
text-align: center;
margin-top: 50px;
}

以上是一些常用的css代碼,可以根據(jù)需要進(jìn)行修改和調(diào)整,讓你的旅游網(wǎng)頁(yè)更加漂亮和吸引人。