<!DOCTYPE html> <title>Example</title> <style> div { background: green; padding-top: 5px; padding-right: 60px; padding-bottom: 15px; padding-left: 30px; } div > p { background: white; } </style> <div> <p> Different padding on each side. </p> </div>