Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { padding: 3px; border-right-style: solid; border-right-color: rgb(142, 191, 66); } </style> </head> <body> <div>Die Eigenschaft Border-right-color mit einem RGB-Wert.</div> </body> </html>