Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { border: 2px solid #1c87c9; outline-style: dashed; outline-width: thick; } </style> </head> <body> <h2>Outline property example</h2> <div>Lorem Ipsum is simply dummy text of the printing...</div> </body> </html>