Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
#scope { contain: strict; position: relative;
background: lightgrey; width: 100px; height: 100px; }
#part { background: blue; margin: 25px; width: 50px; height: 50px; }
</style>
<div id=scope>
<div id=part></div>
</div>