Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div { padding: 3px; border-right-style: solid; border-right-color: #1c87c9; } </style> </head> <body> <div>La propriété border-right-color avec une valeur hexadecimal.</div> </body> </html>