Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { height: 40px; width: 50%; background: #ccc; border: 4px solid #1c87c9; border-radius: 10px; } </style> </head> <body> <h2>Ein Beispiel für border-radius</h2> <div></div> </body> </html>