以下是一个简单的网站模板,你可以根据自己的需要进行修改:
HTML代码:
```html
t
你的网站标题t
t
t
t
tt
ttt你的网站内容标题
ttt你的网站内容示例。
tt
tt
```
CSS代码:
```css
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
h1 {
tfont-size: 36px;
tmargin-bottom: 20px;
}
main {
tbackground-color: #fff;
tpadding: 20px;
}
section {
tbackground-color: #fff;
tpadding: 20px;
tmargin-bottom: 30px;
}
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: 20px;
ttext-align: center;
}
```
这个模板包括一个基本的HTML页面和一些CSS样式,你可以根据需要添加更多的内容。