网页设计傍边hr的各类样式,若是利用适当,将会给你的页面增色良多,下面就来具体介绍下各类样式和各类利用体例的方式!
我用的编纂器是eclipse,这个按照小我爱好来心猿意马,用什么都无所谓的,就算你直接用txt也照样能实现这里的结果,究竟结果只是静态。
第一种:
<hr style=" height:2px;border:none;border-top:2px dotted #185598;" />
height:2px;是hr的高度
border:none;是没有边框
border-top:2px dotted #185598;是设置横线的样式
dotted 虚线 #185598 颜色
第二种:
<hr style="height:1px;border:none;border-top:1px dashed #0066CC;" />
第三种:
<hr style="height:1px;border:none;border-top:1px solid #555555;" />
第四种:
<hr style="height:3px;border:none;border-top:3px double red;" />
第五种:
<hr style="height:5px;border:none;border-top:5px ridge green;" />
第六种:
<hr style="height:10px;border:none;border-top:10px groove skyblue;" />
border-top:10px groove skyblue; groove 上颜色 skyblue 下颜色
只要hr样式用的好,会让你的网页活矫捷现的哦!
0 篇文章
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!