基本信息
源码名称:个人博客html代码
源码大小:1.87M
文件格式:.rar
开发语言:CSS
更新时间:2020-12-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

自己做的博客

body{
color: white;
}
/*div{*/
/* width: 200px;*/
/* height: 200px;*/
/* box-shadow: inset 0px 2px 2px 2px black;*/
/* background-color: #969696;*/
/*}*/
.a{
width: 100%;
height: 60px;
background-color: #2d1515;
}
ul,h3{
margin: 0;
padding: 0;
list-style: none;
}
.flo{
float: left;
margin-left: 40px;
margin-top: 10px;
padding-top: 10px;
padding-left: 5px;
text-decoration: none;
color: white;
}
a:hover{
display: block;
width: 100px;
height: 30px;
box-shadow: inset 0px 2px 2px 2px black;
color: white;
background-color: #3c3838;
}
.flo1{
float: left;
margin-left: 30px;
box-shadow: inset 0px 2px 2px 2px black;
margin-top: 10px;
}
.ul1{
margin-left: 150px;
}
.b{
width: 100%;
height: 1600px;
background-color: #1d1616;
position: relative;
}
.c{
width: 550px;
height: 250px;
margin-left: 200px;
margin-top: 30px;
/*border: 1px solid red;*/
float: left;
}
.......