以下是一个简单的园艺网站模板,可以根据需要进行修改和定制:
```
t
园艺网站模板t
t
t
t
t
tt
tt
tt
```
style.css:
```
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #007bff;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
nav ul {
tlist-style: none;
tmargin: 0;
tpadding: 0;
}
nav li {
tdisplay: inline-block;
tmargin-right: 10px;
}
.logo a {
tcolor: #fff;
ttext-decoration: none;
}
.title {
ttext-align: center;
tfont-size: 2em;
tmargin-bottom: 20px;
}
main {
tmargin-bottom: 50px;
}
section {
tmargin-bottom: 20px;
}
h2 {
tfont-size: 1.2em;
tmargin-bottom: 20px;
}
ul {
tlist-style: none;
}
li {
tmargin-bottom: 10px;
}
```
这是一个基本的园艺网站模板,您可以根据自己的需要进行修改和定制。您可以添加更多的内容,如产品图片、价格信息、联系方式等,也可以根据您的需求添加不同的样式和布局。