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-left: 3cm; } </style> </head> <body> <h2>Beispiel für die Eigenschaft padding-left</h2> <p>Lorem Ipsum ist ein Blindtext der Druck- und Satzindustrie.</p> </body> </html>