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