chirag
answered Jul 5 '21 00:00
<div style=" border-top: 3px dashed #bbb;">
</div>
above html create dashed border for that div with top side , #bbb is the color of the divider line
<div style=" border-top: 3px dotted #bbb;">
</div>
above html create dotted border for that div with top side , #bbb is the color of the divider line
<div style=" border-top: 3px solid #bbb;">
</div>
above html create solid border for that div with top side , #bbb is the color of the divider line
you can also apply border-radius to the divider and make it round as per need