padding color code example
Example 1: css padding
padding: 5px 10px 15px; //top then left & right then bottom
Example 2: css padding
padding: 1%; // scales proportionally - on ALL sides
padding: 5px 10px 15px; //top then left & right then bottom
padding: 1%; // scales proportionally - on ALL sides