Is there any way I can only add margin to the border ?
Only border should have margin not the text. I am trying to move border not the text field. Border need to be shri
You can use text-indent.
text-indent
.margin-check { border-bottom: 1px solid #d2d7da; margin-left : 15px; text-indent: 15px; }
Something I am typing for checking the border margin