Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { width: 300px; height: 80px; text-align: center; padding: 20px; background: #ccc; border-right: 5px solid #000; } </style> </head> <body> <div>Diese Box hat auf der rechten Seite einen massiven Rand.</div> </body> </html>