Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div.ex1 { margin: 20px; border: 2px dotted #000; background-color: #8ebf42; outline: 4px solid #666; outline-offset: 10px; } </style> </head> <body> <h2>Outline-offset property example</h2> <div class="ex1">The outline-offset is 10px</div> </body> </html>