以下是一个简单的音响行业网站模板,你可以根据自己的需要进行修改和定制。
```
t
t
音响行业网站t
t
t
t
t
t
```
CSS样式表:
```
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
nav ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
nav li {
tdisplay: inline-block;
tmargin-right: 10px;
}
nav a {
tcolor: #1a1a1a;
ttext-decoration: none;
}
header h1 {
tmargin-bottom: 20px;
}
section h2 {
tmargin-bottom: 20px;
}
section ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
section li {
tdisplay: inline-block;
tmargin-right: 10px;
}
section a {
tcolor: #1a1a1a;
ttext-decoration: none;
}
section h3 {
tmargin-top: 20px;
}
section ul li a {
tpadding: 5px 10px;
}
```