Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
body { margin: 50px; }
.ib { display: inline-block; }
#scope {
background: green;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div style="height: 25px"></div>
<div class=ib style="width: 25px"></div><div class=ib id=scope></div>
</body>
</html>