今天給大家分享一款簡約風(fēng)格的CSS樣式模板,讓我們的網(wǎng)站更美觀優(yōu)雅。該模板采用了簡單的顏色和現(xiàn)代的排版方式,讓頁面更加清爽。
/* 簡約風(fēng)格CSS樣式模板 */ body { font-family: 'Helvetica Neue', sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; color: #333; background-color: #fff; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 300; } h1 { font-size: 3rem; line-height: 1.2; letter-spacing: -0.1rem; } h2 { font-size: 2rem; line-height: 1.25; letter-spacing: -0.1rem; } p { margin-top: 0; margin-bottom: 1rem; } a { color: #007bff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } a:hover { color: #0056b3; text-decoration: underline; } img { vertical-align: middle; border-style: none; }
以上就是我們的CSS樣式模板,使用起來非常簡單方便,只需要將代碼復(fù)制粘貼到你的CSS文件中就可以了。希望大家喜歡,并用它打造自己喜歡的網(wǎng)站!