Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> div { font-size: 1.5em; padding: 20px; border-right-width: 9px; border-right-style: solid; border-right-color: orange; } </style> <div>This 'div' is styled using the CSS border-right-width. Try changing the value to see the effect it has on the right border width.</div>
Preview