养生网站红色模板:养生网站源码

哆啦Ai流程自动化发布于:2023-05-11 11:32热度:502 ℃
点赞45收藏

以下是一个养生网站的红色模板,供您参考:
```css
body {
background-color: #4CAF50;
color: white;
font-family: Arial, sans-serif;
margin: 0;
}
header {
background-color: #4CAF50;
color: white;
padding: 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
nav {
background-color: #4CAF50;
color: white;
padding: 20px;
display: flex;
justify-content: space-between;
}
nav ul {
list-style: none;
margin: 0;
}
nav li {
margin-right: 20px;
}
nav a {
color: white;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
}
section {
background-color: #4CAF50;
color: white;
padding: 20px;
display: flex;
justify-content: space-between;
}
section h1 {
font-size: 32px;
margin-bottom: 20px;
}
section p {
font-size: 16px;
line-height: 1.6;
color: black;
}
footer {
background-color: #4CAF50;
color: white;
padding: 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
```
这个模板使用了红色的背景色和主题颜色,以及白色和黑色的字体,以突出养生网站的主题。它还包含了导航栏、文章列表、标题、段落和footer元素。您可以根据需要修改这些元素的外观和样式,以符合您的网站风格。