
DW个人网站制作成品 简单个人静态HTML网页设计作品 DIV布局个人介绍网页模板代码
来源:
浏览:130
时间:2023-10-13
二、📚网站介绍
📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。
📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。
📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
三、🔗网站效果
▶️1.视频演示
🧩 2.图片演示
四、💒 网站代码
🧱HTML结构代码
博客
My Name
吃饭睡觉我最强
个人介绍
姓名:xxx
性别:xx
班级:xxxxx
留言板
🏠CSS样式代码
/*通用类*/
*{
margin:0;
padding:0;
}
body{
min-width:1000px;
margin:0 auto;
font-size:12px;
background:url(../images/bg.png) center top no-repeat fixed;
text-align:justify;
}
h1,h2,h3,h4{
font-weight:500;
}
img{
border:none;
}
a{
cursor:pointer;
color:#000;
text-decoration:none;
outline:none;
}
a:hover{
color:#424683;
}
ul{
list-style-type:none;
}
div.clear{
font: 0px Arial; line-height:0;
height:0;
overflow:hidden;
clear:both;
}
/*wrapin 主体容器宽度*/
.wrapin{
width:1000px;
margin-left:auto;
margin-right:auto;
}
.fl{ float:left}
input,textarea{ background:#eee; border:none; padding:10px}
.right{ float:right; width:770px; color:#84bcf5}
.right a{ color:#84bcf5}
.right a:hover{ color:#CC3333}
.right ul li{ margin:10px 0; display:block}
.title{ text-align:center; padding:20px}
.top { padding:80px 0; margin:0 auto; text-align:center;width:200px;}
.top .tx {width:100px; height:100px; border-radius:50%; overflow:hidden; border:5px solid #6699CC; margin:0 auto}
.top .tx img {width:100%}
.Name { font-size:18px; margin:10px 0;}
.index_word1 {background-color:#FFF; height:530px; width:300px; background-size:100% ; float:left;opacity:0.6;}
.personal {padding:20px}
.index_word1 h3 { font-size:18px; }
.index_word1 p {font-size:14px; margin:10px 0}
.bar{ border-bottom:#ccc dashed 1px; padding-bottom:5px; color:#333; margin-bottom:10px}
.index_word2 { background:rgba(0, 0, 0, 0.5); float:right; width:94%;padding:3%; font-size:16px; margin-bottom:20px;background-color:#FFF;}
.menu { float:left; width:200px; text-align:center; padding-bottom:40px;}
.index_word2 li p{ padding-top:20px; font-size:12px ; border-bottom:#ccc solid 1px; padding-bottom:40px}
.menu a{ display:block; padding:10px 20px; margin-bottom:20px;background:rgba(0, 0, 0, 0.5); font-size:18px; color:#666;background-color:#FFF;}
form div{ margin:5px 0}
form .ip{ width:400px;}
五、🎁更多源码
请 “👍点赞” “✍️评论” “💙收藏”
💗【👇🏻👇🏻👇🏻🉑关注我| 获取更多源码】
📣以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻


