ウェブ家の備忘録

ウェブデザイナーの備忘録

border-bottom

http://www.htmq.com/style/border-bottom.shtml
↓動作結果
------

ブロック要素のタグで囲む


------


<style>
  .underLine{
    border-bottom:2px solid #666;
  }
</style>
<div class="underLine">ブロック要素のタグで囲む</div>