Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> p { background-color: #1c87c9; color: #fff; padding: 5% 10% 10% 5%; } </style> </head> <body> <h2>Beispiel für die Eigenschaft padding</h2> <p>Ein Absatz mit den Eigenschaften background-color, color und padding.</p> </body> </html>