border-top

<style id="style-border-top">

/* チェックリスト */
.checklist {
  padding-left: 1em;
  text-indent: 0 !important;
  /* 初期値 currentcolor。 */
  border-top-color: currentColor;
  /* 初期値 none。 */
  border-top-style: none;
  border-top-style: solid;
  /* 初期値 medium。  */
  border-top-width: medium;
  border-top-width: 1px;
}

</style>


チェックリスト