以下是一个简单的社团网站模板,可以根据需要进行修改和定制:
HTML代码:
```html
t
社团网站t
t
t
t
t
tt
ttt社团简介
ttt社团简介:社团名称,成立于何时何地,宗旨和目标是什么等等。
tt
tt
ttt社团活动
ttt
tttt- 活动名称:活动日期,活动地点,参与人数等等。
tttt- 活动流程:活动开始前需要准备什么,活动过程中需要注意事项等等。
ttt
tt
tt
```
CSS代码:
```css
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
tmargin: 0;
tpadding: 0;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
h1 {
tmargin-bottom: 40px;
}
main {
tdisplay: flex;
tflex-direction: column;
}
section {
tmargin-bottom: 20px;
}
h2 {
tcolor: #fff;
tmargin-bottom: 20px;
}
ul {
tlist-style: none;
tmargin: 0;
tpadding: 0;
}
li {
tmargin-bottom: 20px;
}
```
这个模板包含了一个基本的网站结构,包括社团简介、社团活动等部分。你可以根据需要添加其他内容,如社团成员介绍、联系我们等。