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: 9px solid orange; } </style> <div>This 'div' is styled using the CSS border property. Try changing the values to see the effect it has on the border of the div.</div>
Preview