以下是一个基本的爱心网站模板,您可以根据自己的需要进行修改和定制。
```
t
爱心网站t
t
t
t
t
t
tt
tt
tt
```
CSS样式:
```
body {
tbackground-color: #F7F7F7;
}
header {
tbackground-color: #E7E7E7;
tcolor: #333;
tpadding: 20px;
ttext-align: center;
ttext-decoration: none;
}
nav ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
nav li {
tdisplay: inline-block;
tmargin-right: 10px;
}
nav a {
tcolor: #333;
ttext-decoration: none;
}
main {
tmargin-top: 20px;
}
section {
tmargin-bottom: 20px;
}
h2 {
ttext-align: center;
tfont-size: 2em;
tmargin-bottom: 10px;
}
ul {
tlist-style-type: none;
}
li {
tmargin-bottom: 10px;
}
a {
tcolor: #333;
ttext-decoration: none;
}
footer {
tbackground-color: #333;
tcolor: #F7F7F7;
tpadding: 20px;
ttext-align: center;
}
```