以下是一个简单的通告网站模板,您可以根据需要进行修改和定制:
HTML代码:
```
t
通告网站t
t
t
t
t
tt
tt
tt
tt
```
CSS代码:
```
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
ttext-shadow: 2px 2px #fff;
}
h1 {
tfont-size: 36px;
tmargin-bottom: 40px;
}
main {
tmax-width: 600px;
tmargin: 0 auto;
tpadding: 20px;
}
section {
tmargin-bottom: 20px;
}
h2 {
tfont-size: 24px;
tmargin-bottom: 20px;
}
p {
tfont-size: 18px;
tline-height: 1.5;
tmargin-bottom: 30px;
}
footer {
tbackground-color: #333;
tcolor: #fff;
tpadding: 10px;
ttext-align: center;
}
```
您可以将此模板复制到您的网站上,并根据自己的需要进行修改和定制。您可以根据您的需求添加不同的样式和内容,使您的网站更具个性化和吸引力。