Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { width: 300px; height: 80px; text-align: center; padding: 20px; background: #ccc; border-right: 5px solid #000; } </style> </head> <body> <div>This box has a solid border on the right side.</div> </body> </html>