Hello,
I have 20 inputs in a web page and I would like to add a 200px gray
horizontal line as a separator every 5 inputs to divide the form into
sections.
What is the best way to do this?
Do I need to place each group of 5 inputs inside a div and define the
div bottom border to 1px?
Thanks,
Miguel
I have 20 inputs in a web page and I would like to add a 200px gray
horizontal line as a separator every 5 inputs to divide the form into
sections.
What is the best way to do this?
Do I need to place each group of 5 inputs inside a div and define the
div bottom border to 1px?
Thanks,
Miguel
Comment