Bended line

by Ravindra Athreya

HTML

<div id="holi">
  This is a bended horizontal line..!
</div>

CSS

#holi {
  border-bottom: red solid 5px;
  text-align: center;
  width: 50vw;
  margin: 0 auto;
  height: 14vh;
  border-radius: 25vw / 7vh;
}