以下是一个简单的科普类网站模板,可以根据自己的需要进行修改和定制。
```
t
t
科普网站t
t
t
t
tt科学知识
tt
tt科普文章
tt
tt视频列表
tt
tt
```
CSS样式表:
```
body {
tbackground-color: #f2f2f2;
}
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;
}
section {
tmargin-bottom: 20px;
}
h2 {
tcolor: #333;
tmargin-bottom: 10px;
}
h3 {
tmargin-bottom: 20px;
}
a {
tcolor: #333;
ttext-decoration: none;
}
a:hover {
tcolor: #007bff;
}
```