色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

css好看的留言框

李佳璐1年前6瀏覽0評論

CSS樣式在網(wǎng)頁設(shè)計中起著至關(guān)重要的作用,美觀的留言框可以讓網(wǎng)頁更加優(yōu)雅。在這里,我想分享一些CSS好看的留言框的樣式。

.comment-box {
border: 1px solid #ccc;
padding: 10px;
background-color: #f5f5f5;
border-radius: 5px;
}
.comment-box h2 {
font-size: 18px;
font-weight: bold;
color: #222;
margin-bottom: 10px;
}
.comment-box input[type="text"],
.comment-box textarea {
width: 100%;
padding: 5px;
border: 1px solid #ccc;
border-radius: 5px;
margin-bottom: 10px;
}
.comment-box input[type="submit"] {
background-color: #337ab7;
color: #fff;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
}
.comment-box input[type="submit"]:hover {
background-color: #286090;
}

以上樣式采用了圓角邊框、淺色的背景色、輸入框和提交按鈕的美化,讓整個留言框顯得更加整潔美觀。

如果你想有更多的選擇,可以去搜索網(wǎng)上的CSS留言框樣式,或者自己使用CSS進行變化。相信你一定可以設(shè)計出更加好看的留言框。