养生画册网站模板:养生画报

哆啦Ai流程自动化发布于:2023-05-14 07:26热度:338 ℃
点赞51收藏

以下是一个简单的养生画册网站模板,可以根据具体需求进行修改:
HTML代码:
```html



t养生画册网站模板
t
t
t


t


tt

养生画册网站模板


t

t
t

tt

养生画册网站模板


tt

这里是养生画册的内容。


t

t

tt

版权所有 © 2023 养生画册网站模板


t



```
CSS样式表:
```css
body {
tfont-family: Arial, sans-serif;
tbackground-color: #f2f2f2;
}
header {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
nav {
tbackground-color: #fff;
tpadding: 20px;
tlist-style: none;
}
nav ul {
tdisplay: flex;
tflex-wrap: wrap;
tmargin: 0;
}
nav li {
tmargin-right: 10px;
}
nav a {
tcolor: #1a1a1a;
ttext-decoration: none;
}
main {
tbackground-color: #fff;
tpadding: 30px;
tmargin: 0 auto;
tmax-width: 80%;
}
main h1 {
tfont-size: 28px;
tmargin-bottom: 20px;
}
main p {
tfont-size: 18px;
tline-height: 1.5;
tmargin-bottom: 30px;
}
footer {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
```