CSS Line Height

HTML

<div></div>

CSS

div{
  width:100;
  height:5px;
  border-radius: 1.5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}