blob: a5b1036040584f3ce6ff6a2f332ff97c90e45dce [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div id="outer" style="height: 300px; width: 400px; -webkit-box-sizing:border-box; background-color: lightcyan; border: solid 1px black;" >
<div id="inner" style="width: 50%; height: 50%; background-color: lightseagreen; border: solid 1px black;"></div>
</div>
</body>
</html>