css hr样式

1、效果

2、样式

<style type="text/css">

.hr0{ height:1px;border:none;border-top:1px dashed #0066CC;}
.hr1 {height:1px;border:none;border-top:2px solid #c9c9c9;}
.hr2 {height:0px;border:none;border-top:1px solid #eaeaea;}	
.hr3 {height:1px;border:none;border-top:1px solid #555555;}
.hr4 {height:3px;border:none;border-top:3px double red;}
.hr5 {height:5px;border:none;border-top:5px ridge green;}
.hr6 {height:10px;border:none;border-top:10px groove skyblue;}
	 
</style>

 

posted on 2013-08-05 14:56  TrustNature  阅读(314)  评论(0)    收藏  举报