configure padding html code example
Example 1: css top padding
padding-top: 25px;
Example 2: css padding
padding: 5px 10px 15px; //top then left & right then bottom
padding-top: 25px;
padding: 5px 10px 15px; //top then left & right then bottom