水平線
水平線 【j-hr】
■水平線
<div class="n j-hr ">
■水平線のクラス名
j-hr
<div class="hr"></div>
</div>
div.n {
height: 1%;
padding: 5px;
}
div.hr {
border-bottom: 1px dotted #666666;
border-color: #666666;
height: 1px;
}
■水平線
<div class="n j-hr ">
■水平線のクラス名
j-hr
<div class="hr"></div>
</div>
div.n {
height: 1%;
padding: 5px;
}
div.hr {
border-bottom: 1px dotted #666666;
border-color: #666666;
height: 1px;
}