Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.reference {
background: yellow;
height: 80px;
width: 80px;
}
.inner {
background: cyan;
height: 60px;
width: 60px;
}
</style>
<div class="reference">
<div class="inner"></div>
</div>