Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> div { padding: 20px; border-bottom: 4px double orange; } </style> <div> This 'div' has a bottom border. </div>
Preview