字画网站模板(字画网站模板图片)

哆啦Ai流程自动化发布于:2023-05-09 01:06热度:502 ℃
点赞14收藏

字画网站模板可以根据不同的需求和喜好进行定制,下面是一个简单的字画网站模板,供您参考:
网站头部:
```



t
t字画网站模板
t


t


tt
tt
字画网站模板

tt
t

t

tt

ttt

字画作品示例


ttt
tt

tt

ttt

字画画家示例


ttt
tt

t

t

tt
t



```
CSS样式:
```
body {
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
tdisplay: flex;
tjustify-content: center;
talign-items: center;
}
.logo img {
twidth: 100%;
theight: auto;
}
.title {
ttext-align: center;
tfont-size: 2em;
}
nav ul {
tlist-style: none;
}
.nav li {
tmargin-right: 20px;
}
.nav a {
tcolor: #333;
ttext-decoration: none;
}
main {
tmax-width: 80%;
tmargin: 0 auto;
}
section {
tmargin-bottom: 30px;
}
h1 {
tmargin-bottom: 10px;
}
ul {
tmargin-bottom: 20px;
}
li {
tmargin-bottom: 5px;
}
img {
tmax-width: 100%;
}
footer {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
tdisplay: flex;
tjustify-content: center;
talign-items: center;
}
```