blob: 37a2e1d531f431e3b1215c00d4b4f5a71e74da91 [file] [log] [blame]
<!DOCTYPE html>
<style>
svg {
background-color: blue;
padding-top: 100px;
}
</style>
<svg width="300" height="200">
<rect x="100" width="100" height="100" fill="green"/>
</svg>