div个人网站模板:网站页面div布局设计

哆啦Ai流程自动化发布于:2023-05-12 12:41热度:530 ℃
点赞97收藏

好的,以下是一个基于div的个人网站模板,您可以根据需要进行修改:



t
tMy Webpage
t


t


tt

ttt

My Webpage


tt

tt

ttt

tttt

tttttMy Image
tttt

tttt

ttttt

This is the content of my page.


tttt

ttt

ttt

tttt

tttttMy Image
tttt

tttt

ttttt

This is the content of my page with more images.


tttt

ttt

tt

tt
t

t src="script.js">


style.css:
```
body {
tbackground-color: #f2f2f2;
}
.container {
tmax-width: 800px;
tmargin: 0 auto;
tpadding: 20px;
tbackground-color: #fff;
tborder-radius: 5px;
tbox-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.header {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
.main {
tmargin-bottom: 30px;
}
.row {
tmargin-bottom: 20px;
}
.col-md-4 {
twidth: 20%;
tfloat: left;
}
.col-md-8 {
twidth: 80%;
tfloat: left;
}
img {
tmax-width: 100%;
}
p {
tfont-size: 18px;
tline-height: 1.5;
}
.footer {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
```
这是一个基本的div个人网站模板,您可以根据需要进行修改。您可以添加更多的内容、样式和图片,使您的网站更具个性化。