- <!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" xml:lang="en" lang="en">
- <head>
- <title>CSS定义HR水平线</title>
- <style type="text/css">
- <!--
- .hr0{ height:1px;border:none;border-top:1px dashed #0066CC;}
- .hr1{ height:1px;border:none;border-top:1px solid #555555;}
- .hr2{ height:3px;border:none;border-top:3px double red;}
- .hr3{ height:5px;border:none;border-top:5px ridge green;}
- .hr4{ height:10px;border:none;border-top:10px groove skyblue;}
- -->
- </style>
- </head>
- <body>
- <hr class="hr0" />
- <hr class="hr1" />
- <hr class="hr2" />
- <hr class="hr3" />
- <hr class="hr4" />
- </body>
- </html>
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索css
样式
css水平线样式、hr 水平线样式、css样式定位详解、css hr样式、css设置hr样式,以便于您获取更多的相关知识。
时间: 2024-10-04 14:54:00