Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p { color: #69afad; text-align: center; outline-width: 8px; outline-style: ridge; padding: 10px; } </style> </head> <body> <h1>Outline property example</h1> <p>This is a paragraph with outline set to ridge.</p> </body> </html>