简单网站模板_简单网站模板怎么做

哆啦Ai流程自动化发布于:2023-05-13 18:39热度:497 ℃
点赞85收藏

以下是一个简单的网站模板,你可以根据自己的需要进行修改:
HTML代码:
```html



t你的网站标题
t
t


t


tt

你的网站标题


t

t

tt

ttt

你的网站内容标题


ttt

你的网站内容示例。


tt

t

t

tt

版权信息 © 2023 你的域名


t



```
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样式,你可以根据需要添加更多的内容。