Adding horizontal spacing between rows


/ Published in: CSS
Save to your folder(s)

If you want to add horizontal spacing between rows, use a border for the tag:


Copy this code and paste it in your HTML
  1. .rowWithBottomSpacing
  2. {
  3. border-bottom: solid 5px #ffffff;
  4. }

URL: http://www.roelvanlisdonk.nl/?p=687

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.