以下是一个简单的带产品展示的个人网站模板,你可以在此基础上进行修改和定制:
HTML结构:
```
t
个人网站t
t
t
t
t
tt
tttAbout Me
tttHello, my name is [Your Name] and I am a [Your Company] employee.
tt
tt
tttProducts
ttt
tttt- Product 1
tttt- Product 2
tttt- Product 3
ttt
tt
tt
tt
```
CSS样式:
```
body {
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
}
nav ul {
tlist-style: none;
tpadding: 0;
}
nav li {
tdisplay: inline-block;
tmargin-right: 10px;
}
nav a {
tcolor: #fff;
ttext-decoration: none;
}
main {
tdisplay: flex;
tflex-direction: column;
}
section {
tmargin-bottom: 20px;
}
h1 {
tfont-size: 36px;
tmargin-bottom: 20px;
}
p {
tfont-size: 18px;
tline-height: 1.5;
}
form {
tmargin-bottom: 20px;
}
textarea {
tpadding: 10px;
tmargin-bottom: 20px;
}
footer {
ttext-align: center;
tpadding: 20px;
}
```
这个模板提供了一个简单的结构,包括一个头部导航栏、主体内容和一个底部footer。你可以根据自己的需要进行修改和定制,添加更多的产品信息、链接等。