个人作品展示网站模板_个人作品在线展示

哆啦Ai流程自动化发布于:2023-05-03 10:35热度:1026 ℃
点赞61收藏

以下是一个基本的个人作品展示网站模板,你可以在此基础上进行修改和定制:
```html



t
t个人作品展示网站
t
t


t


tt
tt
tt
t

t

tt

ttt

作品列表


ttt
tt

tt

ttt

作品详情


ttt

tttt作品详情
ttt

ttt

tttt

作品标题


tttt

这是作品描述...


tttt

作者


tttt

这是作者介绍...


ttt

tt

t

t

tt

ttt

版权所有 © 2023 个人作品展示网站


tt

t



```
CSS:
```css
body {
tmargin: 0;
tpadding: 0;
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #1A1A1A;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
nav ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
nav ul li {
tdisplay: inline-block;
tmargin-right: 10px;
}
nav ul li a {
tcolor: #1A1A1A;
ttext-decoration: none;
}
main {
tmargin: 20px auto;
tpadding: 20px;
}
section {
tmargin: 20px auto;
tpadding: 20px;
}
section h2 {
tmargin-bottom: 20px;
}
section ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
section ul li {
tdisplay: inline-block;
}
section img {
twidth: 100%;
theight: auto;
}
section .content {
tpadding: 20px;
tbackground-color: #fff;
tborder-radius: 5px;
tbox-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
footer {
tbackground-color: #1A1A1A;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
.logo {
twidth: 100px;
theight: 100px;
tbackground-image: url("logo.png");
tbackground-size: cover;
tmargin-bottom: 20px;
tmargin-top: 20px;
}
```