Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> p { border: 2px solid #000; color: #1c87c9; padding-bottom: 40px; } </style> </head> <body> <h2>Ein Beispiel für padding-bottom</h2> <p>Lorem Ipsum ist ein Blindtext der Druck- und Satzindustrie.</p> </body> </html>