Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p { border: 3px solid #ccc; outline-style: double; outline-color: invert; } </style> </head> <body> <h2>Outline-color property example</h2> <p>Invert default value is applied.</p> </body> </html>