以下是一个旅游个人网站模板,适用于初中男生:
HTML代码:
```html
t
旅游个人网站t
t
t
t
```
CSS代码:
```css
body {
tfont-family: Arial, sans-serif;
tbackground-color: #f2f2f2;
tmargin: 0;
tpadding: 0;
}
.container {
tmax-width: 500px;
tmargin: 0 auto;
tpadding: 20px;
tbackground-color: #fff;
tbox-shadow: 0 0 10px rgba(0,0,0,0.2);
}
h1 {
tfont-size: 24px;
tmargin-top: 20px;
tmargin-bottom: 20px;
}
p {
tfont-size: 18px;
tline-height: 1.5;
tmargin-bottom: 20px;
}
a {
tcolor: #333;
ttext-decoration: none;
tfont-weight: bold;
tmargin-top: 10px;
}
a:hover {
tcolor: #ddd;
ttext-decoration: underline;
}
```
这是一个简单的旅游个人网站模板,可以根据实际情况进行修改。希望对你有所帮助!