未命名  

<html>
<head>
<title>頁標題</title>
<link rel="stylesheet" type="text/css"
href="image.css">
</head>
<body>

<hr class="hr0" />

<hr class="hr1" />

<hr class="hr2" />

<hr class="hr3" />

<hr class="hr4" />


</body>
</html>

 

 

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;}

 

檔案下載:43037857

arrow
arrow
    全站熱搜

    戮克 發表在 痞客邦 留言(0) 人氣()