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

15套优雅的配色方案代码(15 Elegant Color Schemes)

2008-09-04 14:14 447 查看
搜集来的,很实用,大家来分享,代码在最下方

.style1{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #96C2F1;
background-color: #EFF7FF
}
.style2{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #9BDF70;
background-color: #F0FBEB
}
.style3{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #BBE1F1;
background-color: #EEFAFF
}
.style4{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #CCEFF5;
background-color: #FAFCFD
}
.style5{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #FFCC00;
background-color: #FFFFF7
}
.style6{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #92B0DD;
background-color: #FFFFFf
}
.style6 h5{
margin: 1px;
background-color: #E2EAF8;
height: 24px;
}
.style7{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #A9C9E2;
background-color: #E8F5FE
}
.style8{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #E3E197;
background-color: #FFFFDD
}
.style9{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #ADCD3C;
background-color: #F2FDDB
}
.style10{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #F8B3D0;
background-color: #FFF5FA
}
.style11{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #D3D3D3;
background-color: #F7F7F7
}
.style12{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #BFD1EB;
background-color: #F3FAFF
}
.style13{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #FFDD99;
background-color: #FFF9ED
}
.style14{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #CACAFF;
background-color: #F7F7FF
}
.style15{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #A5B6C8;
background-color: #EEF3F7
}
.style16{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #CEE3E9;
background-color: #F1F7F9
}

Code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<title>清爽配色15套</title>

<style type="text/css">

.style1{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #96C2F1;

background-color: #EFF7FF

}

.style2{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #9BDF70;

background-color: #F0FBEB

}

.style3{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #BBE1F1;

background-color: #EEFAFF

}

.style4{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #CCEFF5;

background-color: #FAFCFD

}

.style5{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #FFCC00;

background-color: #FFFFF7

}

.style6{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #92B0DD;

background-color: #FFFFFf

}

.style6 h5{

margin: 1px;

background-color: #E2EAF8;

height: 24px;

}

.style7{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #A9C9E2;

background-color: #E8F5FE

}

.style8{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #E3E197;

background-color: #FFFFDD

}

.style9{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #ADCD3C;

background-color: #F2FDDB

}

.style10{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #F8B3D0;

background-color: #FFF5FA

}

.style11{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #D3D3D3;

background-color: #F7F7F7

}

.style12{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #BFD1EB;

background-color: #F3FAFF

}

.style13{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #FFDD99;

background-color: #FFF9ED

}

.style14{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #CACAFF;

background-color: #F7F7FF

}

.style15{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #A5B6C8;

background-color: #EEF3F7

}

.style16{

width: 800px;

height: 100px;

margin: 0px auto;

margin-bottom:20px;

border:1px solid #CEE3E9;

background-color: #F1F7F9

}

</style>

<div class="style1"><h5></h5></div>

<div class="style2"><h5></h5></div>

<div class="style6"><h5></h5></div>

<div class="style3"></div>

<div class="style4"></div>

<div class="style5"></div>

<div class="style7"></div>

<div class="style8"></div>

<div class="style9"></div>

<div class="style10"></div>

<div class="style11"></div>

<div class="style12"></div>

<div class="style13"></div>

<div class="style14"></div>

<div class="style15"></div>

<div class="style16"></div>

</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: