<!DOCTYPE html> <html> <head> <style> div{ border:1px solid red; padding:80px 40px 20px 5px; } </style> </head> <body> <div> <p>The top padding is 80px. <p>The left padding is 40px. <p>The bottom padding is 20px. <p>The bottom padding is 5px. </div> </body> </html>
Run
×
Share