Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
#avatar {
width: 100px;
display: block;
}
#container {
width: max-content;
border: 10px solid green;
}
#ancestor {
padding: 10px;
}
</style>
<div id="ancestor">
<div id="container">
<rect height="100%" width="100%" fill="blue"></rect>
</svg>
</div>
</div>