Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> .rounded-border { width: 200px; padding: 30px; border: 1px solid crimson; border-top-right-radius: 35px 20px; } </style> <div class="rounded-border"> This box has a rounded corner. </div>
Preview