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