以下是一个简单的公益Flash网站模板,你可以根据需要进行修改和自定义:
```html
t
公益 Flash 网站模板t
t
t
t
tt
tt
ttt
tttt
ttttt
公益内容一
ttttt
这里是公益内容的文字描述和图片介绍。
tttt
tttt
ttttt
公益内容二
ttttt
这里是公益内容的文字描述和图片介绍。
tttt
ttt
tt
tt
t
```
CSS样式表:
```css
.container {
tmax-width: 600px;
tmargin: 0 auto;
tpadding: 20px;
tbackground-color: #f2f2f2;
}
.header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
.content {
tmax-width: 600px;
tmargin: 0 auto;
tpadding: 20px;
tbackground-color: #fff;
tborder-radius: 5px;
tbox-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.row {
tmargin-bottom: 20px;
}
.col-md-4 {
twidth: 20%;
tfloat: left;
}
.col-md-8 {
twidth: 80%;
tfloat: left;
}
h2 {
tfont-size: 28px;
tmargin-bottom: 10px;
}
p {
tfont-size: 16px;
tline-height: 1.6;
tmargin-bottom: 20px;
}
.footer {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
```
该模板包括一个包含两个公益内容的HTML页面,以及一个包含版权信息的HTML页面。你可以根据需要添加其他内容,例如图片、视频、表单等。