Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div { border: 3px solid; border-color: #1c87c9 #666 #8ebf42; padding: 5px; } </style> </head> <body> <h2>Exemple de la propriété border</h2> <div>Ici 3 valeurs sont appliquées à la propriété border-color.</div> </body> </html>