Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <style> .bordered { width: 200px; height: 100px; padding: 20px; border: 1px dashed green; } </style> <div class="bordered"> Box with a border </div>