书签制作网站模板(书签设计网站)

哆啦Ai流程自动化发布于:2023-05-12 15:12热度:629 ℃
点赞32收藏

以下是一个简单的书签制作网站模板,您可以在此基础上进行修改和自定义:
```html



t
t书签制作网站模板
t


t


tt
tt
t

t

tt

ttt

书签1


ttt
tt

tt

ttt

更多书签


ttt
tt

t



```
```css
* {
tbox-sizing: border-box;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
.logo {
twidth: 20px;
theight: 20px;
tmargin-right: 10px;
tbackground-image: url('logo.png');
tbackground-size: cover;
tcursor: pointer;
}
nav ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
nav li {
tdisplay: inline-block;
tmargin-right: 10px;
}
nav a {
tcolor: #fff;
ttext-decoration: none;
}
nav a:hover {
tcolor: #333;
}
main {
tmargin-top: 50px;
}
section {
tmargin-bottom: 20px;
}
.书签 h2 {
tfont-size: 18px;
tmargin-bottom: 10px;
}
.书签 ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
.书签 li {
tdisplay: inline-block;
tmargin-right: 10px;
}
.书签 a {
tcolor: #fff;
ttext-decoration: none;
}
.更多书签 h2 {
tfont-size: 18px;
tmargin-bottom: 10px;
}
.更多书签 ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
.更多书签 li {
tdisplay: inline-block;
tmargin-right: 10px;
}
.更多书签 a {
tcolor: #fff;
ttext-decoration: none;
}
```