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