Toggle navigation
☰
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- Smaller viewBox, but keep shapes the same --> <svg width="300" height="200" viewBox="0 0 150 100" xmlns="http://www.w3.org/2000/svg"> <rect x="5" y="5" width="280" height="180" fill="lightblue" stroke="steelblue" stroke-width="2" /> <circle cx="150" cy="100" r="60" fill="coral" /> </svg>