普通

<HR>

<HR align=center width=300 color=#987cb9 SIZE=1>
align 线条位置(可选left、right、center);width 线条长度;color 颜色;size 厚度

特效(效果并不是孤立的,可相互组合)

1、两头渐变透明:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#987cb9 SIZE=3>


2、纺锤形:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color=#987cb9 SIZE=10>


3、右边渐变透明:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=1)" width="80%" color=#987cb9 SIZE=3>


4、左边渐变透明:
<HR style="FILTER: alpha(opacity=0,finishopacity=100,style=1)" width="80%" color=#987cb9 SIZE=3>


虚线:

<HR style="border:1 dashed #987cb9" width="80%" color=#987cb9 SIZE=1>

双线:

<HR style="border:3 double #987cb9" width="80%" color=#987cb9 SIZE=3>

7、立体效果:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Shadow(color:#987cb9,direction:145,strength:15)" width="80%" color=#987cb9 SIZE=1>


CSS渲染<hr>

<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<style>
/* Red border */
hr.new1 {border-top: 1px solid red;
}/* Dashed red border */
hr.new2 {border-top: 1px dashed red;
}/* Dotted red border */
hr.new3 {border-top: 1px dotted red;
}/* Thick red border */
hr.new4 {border: 1px solid red;
}/* Large rounded green border */
hr.new5 {border: 10px solid green;border-radius: 5px;
}
</style>
</head>
<body><h2>Style HR</h2>
<p>Default:</p>
<hr>
<p>Different styles of HR:</p>
<hr class="new1">
<hr class="new2">
<hr class="new3">
<hr class="new4">
<hr class="new5"></body>
</html>

8、钢针效果:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Glow(color=#987cb9,strength=10)" width="80%" color=#987cb9 SIZE=1>


垂直分割线

<table border="1px" cellpadding="0" cellspacing="0" style="height:265px;border-left-style:solid; border-bottom-style:none;border-right-style:none;border-top-style:none">

其他

body{background-color: #f0f0f0;width: 700px;float: center;
}hr.style1{border-top: 1px solid #8c8b8b;
}hr.style2 {border-top: 3px double #8c8b8b;
}hr.style3 {border-top: 1px dashed #8c8b8b;
}hr.style4 {border-top: 1px dotted #8c8b8b;
}hr.style5 {background-color: #fff;border-top: 2px dashed #8c8b8b;
}hr.style6 {background-color: #fff;border-top: 2px dotted #8c8b8b;
}hr.style7 {border-top: 1px solid #8c8b8b;border-bottom: 1px solid #fff;
}hr.style8 {border-top: 1px solid #8c8b8b;border-bottom: 1px solid #fff;
}
hr.style8:after {content: '';display: block;margin-top: 2px;border-top: 1px solid #8c8b8b;border-bottom: 1px solid #fff;
}hr.style9 {border-top: 1px dashed #8c8b8b;border-bottom: 1px dashed #fff;
}hr.style10 {border-top: 1px dotted #8c8b8b;border-bottom: 1px dotted #fff;
}hr.style11 {height: 6px;background: url(http://ibrahimjabbari.com/images/hr-11.png) repeat-x 0 0;border: 0;
}hr.style12 {height: 6px;background: url(http://ibrahimjabbari.com/images/hr-12.png) repeat-x 0 0;border: 0;
}hr.style13 {height: 10px;border: 0;box-shadow: 0 10px 10px -10px #8c8b8b inset;
}hr.style14 { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}hr.style15 {border-top: 4px double #8c8b8b;text-align: center;
}
hr.style15:after {content: '\002665';display: inline-block;position: relative;top: -15px;padding: 0 10px;background: #f0f0f0;color: #8c8b8b;font-size: 18px;
}hr.style16 { border-top: 1px dashed #8c8b8b;
}
hr.style16:after { content: '\002702'; display: inline-block; position: relative; top: -12px; left: 40px; padding: 0 3px; background: #f0f0f0; color: #8c8b8b; font-size: 18px;
}hr.style17 {border-top: 1px solid #8c8b8b;text-align: center;
}
hr.style17:after {content: '§';display: inline-block;position: relative;top: -14px;padding: 0 10px;background: #f0f0f0;color: #8c8b8b;font-size: 18px;-webkit-transform: rotate(60deg);-moz-transform: rotate(60deg);transform: rotate(60deg);
}hr.style18 { height: 30px; border-style: solid; border-color: #8c8b8b; border-width: 1px 0 0 0; border-radius: 20px;
}
hr.style18:before { display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: #8c8b8b; border-width: 0 0 1px 0; border-radius: 20px;
}

华丽的分割线(逃)

◆*.◆*.◆*.◆*.◆*.◆*.◆*.◆*.◆*.◆*.

★,,♫◦★,,♫◦★,,♫◦★,,♫◦★,,♫◦★,,♫◦★,,♫◦★,,♫◦

__♥_♠_ ♦---♦ _♠_♥__"" __♥_♠_ ♦---♦ _♠_♥__

>♥★◦° ★◦° ★◦° ★◦° ★◦° ★◦° ★◦° ★◦° ★◦° ★◦°♥< ▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►▪▫►

*☻;:*♥+ゞ*☻;:*♥+ゞ*☻;:*♥+ゞ*☻;:*♥+ゞ*☻;:*♥+ゞ

♣◊▪▫⇔♣◊▪▫⇔ ♣◊▪▫⇔ ♣◊▪▫⇔ ♣◊▪▫⇔ ♣◊▪▫⇔

°o‧° °o‧° °o‧° °o‧° °o‧° °o‧° °o‧° °o‧° °o‧°

.★° .★° .★° .★° .★° .★° .★° .★°

☆°.﹒☆°.﹒ ☆°.﹒ ☆°.﹒ ☆°.﹒ ☆°.﹒

≧﹏≦ ≧﹏≦ ≧﹏≦ ≧﹏≦ ≧﹏≦ ≧﹏≦ ≧﹏≦ 

○( ̄﹏ ̄)○ ○( ̄﹏ ̄)○ ○( ̄﹏ ̄)○ ○( ̄﹏ ̄)○ ○( ̄﹏ ̄)○

∩﹏∩*∩﹏∩*∩﹏∩*∩﹏∩*∩﹏∩*∩﹏∩*∩﹏∩*

●▂● ●▂● ●▂● ●▂● ●▂● ●▂● ●▂● ●▂● ●▂●

★〃☆﹋★〃☆﹋★〃☆﹋★〃☆﹋★〃☆﹋★〃☆﹋

,.*♠(||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||)♠,.*

★〞☆〞★〞☆〞★〞☆〞★〞☆〞★〞☆〞★〞☆〞

>>>> +* ++++++++ *+ <<<<

*.;:。ˍ+.,:☆:﹉*.;:。ˍ+.,:☆:﹉*.;:。ˍ+.,:☆:﹉*.*.;:。

χ,.*,.χ,.*,.χ,.*,.χ,.*,.χ,.*,.χ,.*,.χ,.*,.χ,.*,.χ,.*,.χ,.*,.χ,.*,.χ

♨*,.*,.*ˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍ*,.*,.* ♨

♣,.*。°♣,.*。°♣,.*。°♣,.*。°♣,.*。°♣,.*。°♣,.*。°♣,.*。°

♀﹌★♂﹋☆♀﹌★♂﹋☆♀﹌★♂﹋☆♀﹌★♂﹋☆

☻,*.,*.☺☻,*.,*.☺☻,*.,*.☺☻,*.,*.☺☻,*.,*.☺☻,*.,*.☺

*,.*♫_____________________♪____________________♫*,.*

[☼*,.,.**,.,.*,.,.**,.,.*,.,.**,.,.*,.,.**,.,.*,.,.**,.,.*,.,.**,.,.*☼]

♥,.*,.♥,.*,.♥,.*,.♥,.*♥,.*,.♥,.*,.♥,.*,.♥,.*,.♥,.*,.♥,.*,.♥,.*,.♥

?*,.*?*,.*?*,.*?*,.*?*,.*?*,.*?*,.*?*,.*?*,.*?*,.*?*,.*?

*,.▤‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥▤,.*

[▧,*.▧]﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍﹍[▧,*.▧]

(▦*,*.*▦––––––––––––––––––––▦*,*.*▦)

★*"`'*-.,_,.-*'`"*-.,_☆,.-*`'`*-.,_,.-*`'`*★-.,_,.-*`

∴°﹒☆°.﹒°∴°﹒★°.﹒∵‧°∴°﹒☆°°∴°﹒﹒‧°∴°﹒☆°

♫˚♪• ♫˚♪• ♫˚♪• ♫˚♪•♫˚♪• ♫˚♪• ♫˚♪• ♫˚♪• ♫˚♪•♫˚♪•

☆彡☆。.:*:?'゜★。、:*:。☆彡☆。.:*:?'゜★。、:*:。☆。

╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬

♥♫o‧°♥∴☆ ♥‧°☆∴°★‧° ♥♫o‧°♥∴☆ ♥‧°☆∴♥♫o‧

.﹒‧°∴°☆.﹒‧°∴°﹒☆°.﹒‧°∴°☆.﹒‧°∴°☆

─═★:;*─═☆:;*─═★:;*─═☆:;*─═★:;*─═☆:;*

∴°﹒:+:-*-*-*-*-*-*-*-*-*☆★☆*-*-*-*-*-*-*-*-*-*-*-*:+:‧°∴

☆-:+:-:+:-:+:-:+:-:+:-:+:-:+:-:+:-:+:-:+:-☆

★-:+:-:+:-:+:-:+:-:+:-:+:-:+:-:+:-:+:-:+:-★

☆﹌★★﹌☆﹋★★﹌☆﹋★★﹌☆﹋★★﹌☆﹋★★

〝*﹉◇﹊◆﹉*﹊◇﹊◆﹉**﹉◆﹊◇◇﹉*〞

,.*♠( *-…… ::::--------------…… -------------::::…… -* )♠*.,

:*:・・:*:・゚・:,。*:..。o○:*:・・:*:・:*:・・:*:・゚・:,。*:..。o○:*:・・:*:・

★×**×★☆×**×★☆×**×★☆×**×★☆×**×★☆×**×★

≡※≡※≡※≡※≡※≡※≡※≡※≡※≡※≡※≡※≡※≡※≡※

Ψ ╬ Ψ ╬ Ψ ╬ Ψ ╬ Ψ ╬ Ψ ╬ Ψ ╬ Ψ ╬ Ψ ╬

↗☆★ ↙ ↗☆★ ↙↗☆★ ↙↗☆★ ↙↗☆★ ↙

゚・*:.。. .。.:*・゚・:,。゚・:,。★゚・:,。゚・:,。☆゚・*:.。. .。.:*・゚

☻ ☺ ☼ ☻ ☺ ☼ ☻ ☺ ☼ ☻ ☺ ☼ ☻ ☺ ☼ ☻ ☺ ☼

ੀ;:*彡ౄ:*.:ੀ;:*彡ౄ:*.:ੀ;:*彡ౄ:*.:ੀ;:*彡ౄ:*.:

๑ ๑ ๑ ๑ ๑ ๑ ๑ ๑ ๑ ๑ ๑ ๑

゚・*:.。. .。.:*・:;;::*:。o○゚・*:.。. .。.:*・:;;::*:。o○

☆¤·.¸¸.·´¯`·.¸¸.¤☆๑Nop๑☆¤·.¸¸.·´¯`·.¸¸.¤☆

~ ○( º ㉦ º )○ ~ ○( º ㉦ º )○ ~ ○( º ㉦ º )○ ~ ○( º ㉦ º )○ ~

ౄ?:;;::*:ஃ:.;ౄ?:;;::*:ஃ:.;ౄ?:;;::*:ஃ:.;ౄ?:;;::*:ஃ:.;

o(๕_๕) ♥ (๖_๖)o o(๕_๕) ♥ (๖_๖)o o(๕_๕) ♥ (๖_๖)o o(๕_๕) ♥ (๖_๖)o

阿(。 ̄O ̄)!~ 彌(。 ̄= ̄)!~ 陀(。 ̄□ ̄)!~ 佛(。 ̄△ ̄)!~

☆~※~★~☆~※~★~☆~※~★~☆~※~★~☆~※~★~

\☆\★/☆\★/☆\★/☆\★/☆\★/☆\★/

◇。☆。.0◇。☆。.0◇。☆。.0◇。☆。.0

`*-.,.-*`♩`*-.,.-*`♪`*-.,.-*`♫`*-.,.-*`♬`*-.,.-*`♩`*-.,.-*`♪`*-.,.-*`♫`*-.,.-*`

≡≡≡≡≡≡≡≡≡≡≡≡≡≡▶▷►◈◄◀◁≡≡≡≡≡≡≡≡≡≡≡≡≡≡

‧°∴°﹒☆°.♥‧°∴°☆.﹒♥‧°∴°﹒☆°.♥‧°∴°☆.﹒♥

♩≡ ♪ ≡♫ ≡♬≡♩≡ ♪≡ ♩≡ ♪ ≡♫ ≡♬≡♩≡ ♪≡ ♩≡ ♪ ≡♫ ≡♬≡

☆彡.*゜★彡.*゜☆彡.*゜★彡.*゜☆彡.*゜★彡.*゜☆彡.*゜★彡.*゜

∮╬☻╬☺╬∮╬☻╬☺╬∮╬☻╬☺╬∮╬☻╬☺╬∮╬☻╬☺╬

☜♣☞‧☜♣☞‧☜♣☞‧☜♣☞‧☜♣☞‧☜♣☞‧☜♣☞‧

※ § ? ※ § ? ※ § ? ※ § ? ※ § ? ※ § ? ※ § ?

─═♤═─‧─═♥═─‧─═♤═─‧─═♥═─‧─═♤═─

×°★×╳×∮°≠╭★×°★×╳×∮°≠╭★×°★×╳×∮°≠╭★

【↙☆】∥♀〃♂∥【↙☆】∥♀〃♂∥【↙☆】∥♀〃♂∥

.·°∴ ☆..·°.·°∴ ☆..·°.·°∴ ☆..·°

– ‐‐——– ‐‐——

━┉… ●━━……━━● …┉━

…·~·…οΟ○ の ○Οο…·~·…

.*""*.·°∴ ☆…·…·…·…·…·…·…·☆..·°*""*.

++++++++++++++++++++++++

#。。。#。。。#。。。#。。。#。。。#。。。#。。。#

*═—═—═—**═—═—═—*

-------∽-★-∽------∽-★-∽--------

□■□■□■□■□■□■□■□■□■□■□ 
╰☆╮            ╰★╮

*═—═—═—* の*═—═—═—* 
_ ? ▁ ▂ ▃ ▄ ; ▆ ▇ █ ▏ ▎ ▍ ▌ ▋ ▊ ▉ ◢

*...*...*. ..*...*...*

→☆→☆→☆→☆→ ←★←★←★←★←★←

╠═╬═╬═╬═╬ ═╬═╬═╬═╬═╬═╣

☆.☆.☆.☆.☆. ☆.☆.☆.☆.☆.☆.

★~☆·☆.~*∴*~★*∴ *·∴~*★*∴*★~☆·☆.~*∴*~★

☆°.·∴°♀? ·★° .·♂?∴°☆°.·∴°♀? °

?~。~。~。~。~。~。 ~。~。~。~。~。~。~。~?

╔*~◤◆☆..... .......☆◆◢~*╗

html几种美丽的分割线相关推荐

  1. [html代码] 几种美丽的分割线

    一.普通 1.<HR> 2.<HR align=center width=300 color=#987cb9 SIZE=1> align 线条位置(可选left.right.c ...

  2. 【HTML代码】几种美丽的分割线

    一.普通 1.<HR/> 2. <HR align=center width=300 color=#987cb9 SIZE=1/> align 线条位置(可选left.righ ...

  3. 网站模型|可以帮助你以一种美丽、独特的方式展示你的网站设计。

    一个好的网站模型设计可以帮助你以一种美丽.独特的方式展示你的网站设计.哪里获取网站 模型网址?一流设计导航|16map 分享设计师最喜欢的网站网址和工具,以及创建你的网站模 型的技巧! 一流设计导航为 ...

  4. cdoj1344卿学姐种美丽的花

    地址:http://acm.uestc.edu.cn/#/problem/show/1344 题目: 卿学姐种美丽的花 Time Limit: 8000/4000MS (Java/Others)    ...

  5. 2016 UESTC Training for Data Structures O - 卿学姐种美丽的花 树状数组+等差数列

    O - 卿学姐种美丽的花 Time Limit: 8000/4000MS (Java/Others)     Memory Limit: 125535/65535KB (Java/Others) Su ...

  6. 有一种美丽.....叫做放弃...

    有一种美丽.....叫做放弃! 一次默默的放弃,放弃一个心仪却无缘份的朋友: 放弃某种投入却无收获的感情: 放弃某种心灵的期望: 放弃某种思想. 这时就会生出一种伤感,然而这种伤感并不妨碍自己去重新开 ...

  7. 征服者驱动程序下载_征服者纸上的五种美丽免费字体

    征服者驱动程序下载 Conqueror papers are launching a paper range and as part of the promotion, manufacturer Ar ...

  8. 《暗恋是一种美丽的情愫》

    我是一个注定要为情所累的人.在刚刚懂得爱为何物的年纪,上天让我遭遇了他–一个我终生都无法释怀的男孩,可是他的心中早已有人进驻. 那段日子,一颗无以倾诉的心每日深陷彷徨于一种无助的迷恋之中,不可自拔.仿 ...

  9. 英文书法字体 免费字体下载_您可以免费下载45种美丽的字体

    现在是时候清除您早已被遗忘的装有字体的百宝箱,并在年底之前引入新字体了. 在这个集合中,我收集了2015年以来的45种免费字体,您可以将它们添加到漂亮的字体库中,以用于2016年项目. 当然,就像一个 ...

  10. 45种美丽、免费的字体,适用于潮流的网页设计

    适当的挑选字体样式应用在网页设计中,就是网页设计师将适当的主题和心情放在网页中.这些免费的网页字体是由一群天才设计师和字体工厂创造出来的. 本文收集了45种字体,你可以自由下载并使用这些字体. 清爽. ...

最新文章

  1. 修改MySql默认存储引擎为InnoDB,启动报错
  2. 批量替换sqlserver数据库TEXT字段类型的数据
  3. cas单点登录原理碎碎念
  4. thinkphp-查询某一列的值column
  5. easyui中的datetimebox 只显示年月日_云计算自动化运维之linux-工作中常用命令总结(中)...
  6. Ruby 之父:编程要给程序员带来乐趣
  7. 分布式计算的基本概念
  8. 开源 - WPF报表引擎
  9. pytorch torchvision类
  10. Windows Server 2003 SP2 中文版下载
  11. Python File文件方法操作open()
  12. 运输问题的表上作业法
  13. SaaS是Software-as-a-Service(软件即服务)
  14. 海康摄像头视频视频转码H264处理
  15. 影片下载观看秘籍大全
  16. 【Ubuntu】 Ubuntu16.04中设置使用root用户登录图形界面
  17. 12-搜索前端开发-按分类搜索
  18. R语言使用order函数对dataframe数据进行排序、基于单个字段(变量)进行降序排序(DESCENDING)
  19. Spark应用启动报错:Could not locate executable null\bin\winutils.exe in the Hadoop binaries.
  20. 以前给客户开发了一个本地同城小程序

热门文章

  1. tumblr_如何将Google AdSense添加到您的Tumblr博客
  2. 身份与访问管理技术在智慧城市的应用
  3. 解读《西厢记》——基于人脑的句法分析
  4. 2018校招笔试真题汇总
  5. 模拟调节器和数字计算机如何实现PID控制,模拟PID-调节器设计及数字化实现.doc...
  6. pdf批量转换为图片
  7. 关于恢复synaptics触摸板手势
  8. XML基础复习[整理][转载]
  9. 电子电路仿真软件中文版_汽车电子EMC仿真简介
  10. 小程序将页面转为图片--Wxml2Canvas