blob: 76e2bc35cb78208bfa193d6b3d7a6d5ce501a73c [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
.surrounding-block {
width: 100px;
height: 100px;
border: solid;
}
</style>
<div class="surrounding-block"></div>
<div style="height: 75px;"></div>
<div
style="width: 200px; height: 200px; outline: 1px solid; border: 2px dashed blue; box-sizing: border-box;">
</div>
<div class="surrounding-block"></div>