Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { border-right: 5px solid #1c87c9; padding: 10px; } </style> </head> <body> <h2>Ein Beispiel für Border-right</h2> <div> Das ist ein einfaches Beispiel für die Eigenschaft border-right.</div> </body> </html>