<!DOCTYPE html>
<style>
svg {
background-color: blue;
padding-left: 100px;
}
</style>
<svg width="200" height="300">
<rect y="100" width="100" height="100" fill="green"/>
</svg>
<!DOCTYPE html>
<style>
svg {
background-color: blue;
padding-left: 100px;
}
</style>
<svg width="200" height="300">
<rect y="100" width="100" height="100" fill="green"/>
</svg>