您的位置:首页 > 编程语言

15套优雅的配色方案代码

2008-10-14 21:40 381 查看
<!DOCTYPEhtmlpublic"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/>
<metaname="Keywords"content="YES!B/S!,web标准,杨正祎,博客园,实例代码"/>
<metaname="Description"content="这是一个简单YES!B/S!文章示例页面,来自杨正祎的博客,http://justinyoung.cnblogs.com/"/>
<title>YES!B/S!文章示例页面</title>
<styletype="text/css">
.style1{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#96C2F1;
background-color:#EFF7FF
}
.style2{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#9BDF70;
background-color:#F0FBEB
}
.style3{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#BBE1F1;
background-color:#EEFAFF
}
.style4{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#CCEFF5;
background-color:#FAFCFD
}
.style5{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#FFCC00;
background-color:#FFFFF7
}
.style6{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#92B0DD;
background-color:#FFFFFf
}
.style6h5{
margin:1px;
background-color:#E2EAF8;
height:24px;
}
.style7{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#A9C9E2;
background-color:#E8F5FE
}
.style8{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#E3E197;
background-color:#FFFFDD
}
.style9{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#ADCD3C;
background-color:#F2FDDB
}
.style10{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#F8B3D0;
background-color:#FFF5FA
}
.style11{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#D3D3D3;
background-color:#F7F7F7
}
.style12{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#BFD1EB;
background-color:#F3FAFF
}
.style13{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#FFDD99;
background-color:#FFF9ED
}
.style14{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#CACAFF;
background-color:#F7F7FF
}
.style15{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#A5B6C8;
background-color:#EEF3F7
}
.style16{
width:80%;
height:100px;
margin:0pxauto;
margin-bottom:20px;
border:1pxsolid#CEE3E9;
background-color:#F1F7F9
}
</style>
</head>
<body>
<divclass="style1"><h5></h5></div>
<divclass="style2"><h5></h5></div>
<divclass="style6"><h5></h5></div>
<divclass="style3"></div>
<divclass="style4"></div>
<divclass="style5"></div>
<divclass="style7"></div>
<divclass="style8"></div>
<divclass="style9"></div>
<divclass="style10"></div>
<divclass="style11"></div>
<divclass="style12"></div>
<divclass="style13"></div>
<divclass="style14"></div>
<divclass="style15"></div>
<divclass="style16"></div>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: