Balls
Member
- Jun 1, 2013
- 251
- 46
Are you serious. Padding is used in CSS to make space around the area of the content.YOU DONT SAY (WHATS THIS PADDING?) I NEVER HEARD OF IT
You can change the top, bottom, left and right by using this in CSS:
padding-top: x;
padding-bottom: x;
padding-left: x;
padding-right: x;
Or just padding: x x x x;