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 #666; color: #8ebf42; padding-top: 4em; } </style> </head> <body> <h2>Beispiel für die Eigenschaft padding-top</h2> <p>Lorem Ipsum ist ein Blindtext der Druck- und Satzindustrie.</p> </body> </html>