When I try to use border-width: 100px;
to set the horizontal width to 100px
, it ends up setting the height to 100px
instead. Any help would be greatly appreciated.
.border-top-green {
border-top: 1px solid #4C9962;
border-width: 100px;
padding-top: 16px;
}
<h4 class="border-top-green">Strong Leadership</h4>